class Aws::SNS::Types::TagResourceRequest
@note When making an API call, you may pass TagResourceRequest
data as a hash: { resource_arn: "AmazonResourceName", # required tags: [ # required { key: "TagKey", # required value: "TagValue", # required }, ], }
@!attribute [rw] resource_arn
The ARN of the topic to which to add tags. @return [String]
@!attribute [rw] tags
The tags to be added to the specified topic. A tag consists of a required key and an optional value. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/sns-2010-03-31/TagResourceRequest AWS API Documentation
Constants
- SENSITIVE