Class: Aws::OpenSearchServerless::Types::UpdateIndexRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::UpdateIndexRequest
- Defined in:
- gems/aws-sdk-opensearchserverless/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.
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_name ⇒ String
The name of the index to update.
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_schema ⇒ Hash, ...
The updated JSON schema definition for the index, including field mappings and settings.
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 |