class Aws::MemoryDB::Types::TagResourceRequest
@note When making an API call, you may pass TagResourceRequest
data as a hash: { resource_arn: "String", # required tags: [ # required { key: "String", value: "String", }, ], }
@!attribute [rw] resource_arn
The Amazon Resource Name (ARN) of the resource to which the tags are to be added @return [String]
@!attribute [rw] tags
A list of tags to be added to this resource. A tag is a key-value pair. A tag key must be accompanied by a tag value, although null is accepted. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/memorydb-2021-01-01/TagResourceRequest AWS API Documentation
Constants
- SENSITIVE