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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchserverless/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)


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