Class: Aws::Kendra::Types::CreateIndexResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::CreateIndexResponse
- Includes:
- Structure
- Defined in:
- 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.
2449 2450 2451 2452 2453 |
# File 'lib/aws-sdk-kendra/types.rb', line 2449 class CreateIndexResponse < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |