UntagResourceRequest

public struct UntagResourceRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the resource to remove the tag from.

    Declaration

    Swift

    public let resourceArn: String
  • The key for the tag to add.

    Declaration

    Swift

    public let tagKeys: [String]
  • Undocumented

    Declaration

    Swift

    public init(resourceArn: String, tagKeys: [String])