You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Kendra::Types::Tag

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Tag as input to an Aws::Client method, you can use a vanilla Hash:

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

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: _ . : / = + - @.

Instance Attribute Summary collapse

Instance Attribute Details

#keyString

The key for the tag. Keys are not case sensitive and must be unique for the index, FAQ, or data source.

Returns:

  • (String)

    The key for the tag.

#valueString

The value associated with the tag. The value may be an empty string but it can\'t be null.

Returns:

  • (String)

    The value associated with the tag.