Class: Aws::OpenSearchServerless::Types::DeleteIndexRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::DeleteIndexRequest
- 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 delete.
-
#index_name ⇒ String
The name of the index to delete.
Instance Attribute Details
#id ⇒ String
The unique identifier of the collection containing the index to delete.
1034 1035 1036 1037 1038 1039 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1034 class DeleteIndexRequest < Struct.new( :id, :index_name) SENSITIVE = [] include Aws::Structure end |
#index_name ⇒ String
The name of the index to delete.
1034 1035 1036 1037 1038 1039 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1034 class DeleteIndexRequest < Struct.new( :id, :index_name) SENSITIVE = [] include Aws::Structure end |