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)


1869
1870
1871
1872
1873
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1869

class GetIndexResponse < Struct.new(
  :index_schema)
  SENSITIVE = []
  include Aws::Structure
end