Class: Aws::KendraRanking::Types::TagResourceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb

Overview

The request information for tagging a rescore execution plan. A rescore execution plan is an Amazon Kendra Intelligent Ranking resource used for provisioning the Rescore API.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the rescore execution plan to tag.

Returns:

  • (String)


554
555
556
557
558
559
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 554

class TagResourceRequest < Struct.new(
  :resource_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of tag keys to add to a rescore execution plan. If a tag already exists, the existing value is replaced with the new value.

Returns:



554
555
556
557
558
559
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 554

class TagResourceRequest < Struct.new(
  :resource_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end