class Aws::LexModelBuildingService::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 Amazon Resource Name (ARN) of the bot, bot alias, or bot channel to tag. @return [String]
@!attribute [rw] tags
A list of tag keys to add to the resource. If a tag key already exists, the existing value is replaced with the new value. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/TagResourceRequest AWS API Documentation
Constants
- SENSITIVE