Class: Aws::OpenSearchServerless::Types::DeleteCollectionGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::DeleteCollectionGroupRequest
- Defined in:
- gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Unique, case-sensitive identifier to ensure idempotency of the request.
-
#id ⇒ String
The unique identifier of the collection group to delete.
Instance Attribute Details
#client_token ⇒ String
Unique, case-sensitive identifier to ensure idempotency of the request.
A suitable default value is auto-generated. You should normally not need to pass this option.
1364 1365 1366 1367 1368 1369 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1364 class DeleteCollectionGroupRequest < Struct.new( :id, :client_token) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the collection group to delete.
1364 1365 1366 1367 1368 1369 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1364 class DeleteCollectionGroupRequest < Struct.new( :id, :client_token) SENSITIVE = [] include Aws::Structure end |