UntagResourceInput

public struct UntagResourceInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Specifies the ARN of the resource from which tags are to be removed.

    Declaration

    Swift

    public let resourceARN: String
  • A comma-separated list of one or more tag keys whose tags are to be removed from the specified resource.

    Declaration

    Swift

    public let tagKeys: [String]
  • Undocumented

    Declaration

    Swift

    public init(resourceARN: String, tagKeys: [String])
  • Declaration

    Swift

    public func validate(name: String) throws