class Aws::AppRegistry::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) that specifies the resource. @return [String]
@!attribute [rw] tags
The new or modified tags for the resource. @return [Hash<String,String>]
@see docs.aws.amazon.com/goto/WebAPI/AWS242AppRegistry-2020-06-24/TagResourceRequest AWS API Documentation
Constants
- SENSITIVE