class Aws::Kendra::Types::Tag

A list of key/value pairs that identify an index, FAQ, or data source. 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
for the index, FAQ, or data source.
@return [String]

@!attribute [rw] value

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

@see docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/Tag AWS API Documentation

Constants

SENSITIVE