RemoveTagsFromResourceMessage

public struct RemoveTagsFromResourceMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An AWS DMS resource from which you want to remove tag(s). The value for this parameter is an Amazon Resource Name (ARN).

    Declaration

    Swift

    public let resourceArn: String
  • The tag key (name) of the tag to be removed.

    Declaration

    Swift

    public let tagKeys: [String]
  • Undocumented

    Declaration

    Swift

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