Class: Aws::OpenSearchServerless::Types::GetIndexResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opensearchserverless/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#index_schemaHash, ...

The JSON schema definition for the index, including field mappings and settings.

Returns:

  • (Hash, Array, String, Numeric, Boolean)


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