RemoveTagsFromResourceMessage

public struct RemoveTagsFromResourceMessage : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The Amazon DocumentDB resource that the tags are removed from. This value is an Amazon Resource Name (ARN).

    Declaration

    Swift

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

    Declaration

    Swift

    public let tagKeys: [String]
  • Undocumented

    Declaration

    Swift

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