class Aws::LexModelBuildingService::Types::Tag

A list of key/value pairs that identify a bot, bot alias, or bot channel. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.

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

data as a hash:

    {
      key: "TagKey", # required
      value: "TagValue", # required
    }

@!attribute [rw] key

The key for the tag. Keys are not case-sensitive and must be unique.
@return [String]

@!attribute [rw] value

The value associated with a key. The value may be an empty string
but it can't be null.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/Tag AWS API Documentation

Constants

SENSITIVE