Class: Aws::Kendra::Types::CreateIndexResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::CreateIndexResponse
- Defined in:
- gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of the index.
Instance Attribute Details
#id ⇒ String
The identifier of the index. Use this identifier when you query an index, set up a data source, or index a document.
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 |