class Aws::OpenSearchService::Types::RemoveTagsRequest
Container for the parameters to the ` RemoveTags ` operation. Specify the `ARN` for the domain from which you want to remove the specified `TagKey`.
@note When making an API call, you may pass RemoveTagsRequest
data as a hash: { arn: "ARN", # required tag_keys: ["String"], # required }
@!attribute [rw] arn
The `ARN` of the domain from which you want to delete the specified tags. @return [String]
@!attribute [rw] tag_keys
The `TagKey` list you want to remove from the domain. @return [Array<String>]
@see docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/RemoveTagsRequest AWS API Documentation
Constants
- SENSITIVE