class Aws::LexModelsV2::Types::TagResourceRequest

@note When making an API call, you may pass TagResourceRequest

data as a hash:

    {
      resource_arn: "AmazonResourceName", # required
      tags: { # required
        "TagKey" => "TagValue",
      },
    }

@!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 [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/TagResourceRequest AWS API Documentation

Constants

SENSITIVE