Class: Aws::OpenSearchServerless::Types::UpdateCollectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::UpdateCollectionRequest
- Includes:
- Structure
- Defined in:
- 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.
-
#description ⇒ String
A description of the collection.
-
#id ⇒ String
The unique identifier of the collection.
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.
2331 2332 2333 2334 2335 2336 2337 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2331 class UpdateCollectionRequest < Struct.new( :client_token, :description, :id) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the collection.
2331 2332 2333 2334 2335 2336 2337 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2331 class UpdateCollectionRequest < Struct.new( :client_token, :description, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the collection.
2331 2332 2333 2334 2335 2336 2337 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2331 class UpdateCollectionRequest < Struct.new( :client_token, :description, :id) SENSITIVE = [] include Aws::Structure end |