Class: Aws::KendraRanking::Types::Tag
- Inherits:
-
Struct
- Object
- Struct
- Aws::KendraRanking::Types::Tag
- Defined in:
- gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb
Overview
A key-value pair that identifies or categorizes a rescore execution
plan. A rescore execution plan is an Amazon Kendra Intelligent Ranking
resource used for provisioning the Rescore
API. You can also use a
tag to help control access to a rescore execution plan. A tag key and
value can consist of Unicode letters, digits, white space, and any of
the following symbols: _ . : / = + - @.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
The key for the tag.
-
#value ⇒ String
The value associated with the tag.