class Aws::AlexaForBusiness::Types::TagResourceRequest
@note When making an API call, you may pass TagResourceRequest
data as a hash: { arn: "Arn", # required tags: [ # required { key: "TagKey", # required value: "TagValue", # required }, ], }
@!attribute [rw] arn
The ARN of the resource to which to add metadata tags. Required. @return [String]
@!attribute [rw] tags
The tags to be added to the specified resource. Do not provide system tags. Required. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/TagResourceRequest AWS API Documentation
Constants
- SENSITIVE