Class: Aws::OpenSearchServerless::Types::UpdateIndexRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::UpdateIndexRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The unique identifier of the collection containing the index to update.
-
#index_name ⇒ String
The name of the index to update.
-
#index_schema ⇒ Hash, ...
The updated JSON schema definition for the index, including field mappings and settings.
Instance Attribute Details
#id ⇒ String
The unique identifier of the collection containing the index to update.
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_name ⇒ String
The name of the index to update.
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_schema ⇒ Hash, ...
The updated JSON schema definition for the index, including field mappings and settings.
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 |