Class: Aws::OpenSearchServerless::Types::GetIndexResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::GetIndexResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#index_schema ⇒ Hash, ...
The JSON schema definition for the index, including field mappings and settings.
Instance Attribute Details
#index_schema ⇒ Hash, ...
The JSON schema definition for the index, including field mappings and settings.
1389 1390 1391 1392 1393 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1389 class GetIndexResponse < Struct.new( :index_schema) SENSITIVE = [] include Aws::Structure end |