class Aws::IoTThingsGraph::Types::TagResourceRequest
@note When making an API call, you may pass TagResourceRequest
data as a hash: { resource_arn: "ResourceArn", # required tags: [ # required { key: "TagKey", # required value: "TagValue", # required }, ], }
@!attribute [rw] resource_arn
The Amazon Resource Name (ARN) of the resource whose tags are returned. @return [String]
@!attribute [rw] tags
A list of tags to add to the resource.> @return [Array<Types::Tag>]
Constants
- SENSITIVE