UntagResourceRequest

public struct UntagResourceRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The Amazon Resource Name (ARN) of the resource that you want to remove tags from. To get the ARN, send a GET request with the resource name.

    Declaration

    Swift

    public let arn: String
  • The keys of the tags that you want to remove from the resource.

    Declaration

    Swift

    public let tagKeys: [String]?
  • Undocumented

    Declaration

    Swift

    public init(arn: String, tagKeys: [String]? = nil)