Class: Aws::Kendra::Types::DescribeIndexRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::DescribeIndexRequest
- 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 you want to get information on.
Instance Attribute Details
#id ⇒ String
The identifier of the index you want to get information on.
3846 3847 3848 3849 3850 |
# File 'lib/aws-sdk-kendra/types.rb', line 3846 class DescribeIndexRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |