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

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

#idString

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

Returns:

  • (String)


2603
2604
2605
2606
2607
2608
2609
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2603

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)


2603
2604
2605
2606
2607
2608
2609
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2603

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)


2603
2604
2605
2606
2607
2608
2609
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 2603

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