Class: Aws::OpenSearchServerless::Types::UpdateIndexRequest

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

#idString

The unique identifier of the collection containing the index to update.

Returns:

  • (String)


2658
2659
2660
2661
2662
2663
2664
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2658

class UpdateIndexRequest < Struct.new(
  :id,
  :index_name,
  :index_schema)
  SENSITIVE = []
  include Aws::Structure
end

#index_nameString

The name of the index to update.

Returns:

  • (String)


2658
2659
2660
2661
2662
2663
2664
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2658

class UpdateIndexRequest < Struct.new(
  :id,
  :index_name,
  :index_schema)
  SENSITIVE = []
  include Aws::Structure
end

#index_schemaHash, ...

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

Returns:

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


2658
2659
2660
2661
2662
2663
2664
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2658

class UpdateIndexRequest < Struct.new(
  :id,
  :index_name,
  :index_schema)
  SENSITIVE = []
  include Aws::Structure
end