RemoveTagsRequest

public struct RemoveTagsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    Specifies the ARN for the Elasticsearch domain from which you want to delete the specified tags.

    Declaration

    Swift

    public let arn: String
  • Specifies the TagKey list which you want to remove from the Elasticsearch domain.

    Declaration

    Swift

    public let tagKeys: [String]
  • Undocumented

    Declaration

    Swift

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