Class: Aws::OpenSearchServerless::Types::GetIndexResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::GetIndexResponse
- Defined in:
- gems/aws-sdk-opensearchserverless/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.
1334 1335 1336 1337 1338 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1334 class GetIndexResponse < Struct.new( :index_schema) SENSITIVE = [] include Aws::Structure end |