UntagResourceRequest

public struct UntagResourceRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon Resource Name (ARN) of the resource share.

    Declaration

    Swift

    public let resourceShareArn: String
  • The tag keys of the tags to remove.

    Declaration

    Swift

    public let tagKeys: [String]
  • Undocumented

    Declaration

    Swift

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