Class: Aws::KendraRanking::Types::DeleteRescoreExecutionPlanRequest

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 delete.

Returns:

  • (String)


137
138
139
140
141
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 137

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