Class: Aws::Kendra::Types::DeleteIndexRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kendra/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of the index you want to delete.

Returns:

  • (String)


3274
3275
3276
3277
3278
# File 'lib/aws-sdk-kendra/types.rb', line 3274

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