Class: Aws::OpenSearchService::Types::GetIndexResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::GetIndexResponse
- Defined in:
- gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#index_schema ⇒ Hash, ...
The JSON schema of the index including mappings, settings, and semantic enrichment configuration.
Instance Attribute Details
#index_schema ⇒ Hash, ...
The JSON schema of the index including mappings, settings, and semantic enrichment configuration.
4453 4454 4455 4456 4457 |
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 4453 class GetIndexResponse < Struct.new( :index_schema) SENSITIVE = [] include Aws::Structure end |