UntagResourceInput

public struct UntagResourceInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) for the container.

    Declaration

    Swift

    public let resource: String
  • A comma-separated list of keys for tags that you want to remove from the container. For example, if your container has two tags (customer:CompanyA and priority:High) and you want to remove one of the tags (priority:High), you specify the key for the tag that you want to remove (priority).

    Declaration

    Swift

    public let tagKeys: [String]
  • Undocumented

    Declaration

    Swift

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

    Swift

    public func validate(name: String) throws