Class: Aws::KendraRanking::Types::DescribeRescoreExecutionPlanRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of the rescore execution plan that you want to get information on.

Returns:

  • (String)


150
151
152
153
154
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 150

class DescribeRescoreExecutionPlanRequest < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end