class Aws::IoTEvents::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 resource. @return [String]
@!attribute [rw] tags
The new or modified tags for the resource. @return [Array<Types::Tag>]
Constants
- SENSITIVE