class Aws::LocationService::Types::TagResourceRequest
@note When making an API call, you may pass TagResourceRequest
data as a hash: { resource_arn: "Arn", # required tags: { # required "TagKey" => "TagValue", }, }
@!attribute [rw] resource_arn
The Amazon Resource Name (ARN) of the resource whose tags you want to update. * Format example: `arn:aws:geo:region:account-id:resourcetype/ExampleResource` ^ @return [String]
@!attribute [rw] tags
Tags that have been applied to the specified resource. Tags are mapped from the tag key to the tag value: `"TagKey" : "TagValue"`. * Format example: `\{"tag1" : "value1", "tag2" : "value2"\} ` ^ @return [Hash<String,String>]
@see docs.aws.amazon.com/goto/WebAPI/location-2020-11-19/TagResourceRequest AWS API Documentation
Constants
- SENSITIVE