Class: Aws::Kendra::Types::CreateIndexResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of the index. Use this identifier when you query an index, set up a data source, or index a document.

Returns:

  • (String)


2449
2450
2451
2452
2453
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 2449

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