Class: Aws::KendraRanking::Types::CreateRescoreExecutionPlanResponse

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

#arnString

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

Returns:

  • (String)


123
124
125
126
127
128
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 123

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

#idString

The identifier of the rescore execution plan.

Returns:

  • (String)


123
124
125
126
127
128
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 123

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