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)


2482
2483
2484
2485
2486
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 2482

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