class Aws::OpenSearchService::Types::AddTagsRequest
Container for the parameters to the ` AddTags ` operation. Specifies the tags to attach to the domain.
@note When making an API call, you may pass AddTagsRequest
data as a hash: { arn: "ARN", # required tag_list: [ # required { key: "TagKey", # required value: "TagValue", # required }, ], }
@!attribute [rw] arn
Specify the `ARN` of the domain you want to add tags to. @return [String]
@!attribute [rw] tag_list
List of `Tag` to add to the domain. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/AddTagsRequest AWS API Documentation
Constants
- SENSITIVE