class Aws::CloudDirectory::Types::TagResourceRequest
@note When making an API call, you may pass TagResourceRequest
data as a hash: { resource_arn: "Arn", # required tags: [ # required { key: "TagKey", value: "TagValue", }, ], }
@!attribute [rw] resource_arn
The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories. @return [String]
@!attribute [rw] tags
A list of tag key-value pairs. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/clouddirectory-2017-01-11/TagResourceRequest AWS API Documentation
Constants
- SENSITIVE