Class: Aws::OpenSearchServerless::Types::CreateCollectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::CreateCollectionRequest
- 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
Description of the collection.
-
#name ⇒ String
Name of the collection.
-
#standby_replicas ⇒ String
Indicates whether standby replicas should be used for a collection.
-
#tags ⇒ Array<Types::Tag>
An arbitrary set of tags (key–value pairs) to associate with the OpenSearch Serverless collection.
-
#type ⇒ String
The type of 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.
598 599 600 601 602 603 604 605 606 607 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 598 class CreateCollectionRequest < Struct.new( :client_token, :description, :name, :standby_replicas, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Description of the collection.
598 599 600 601 602 603 604 605 606 607 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 598 class CreateCollectionRequest < Struct.new( :client_token, :description, :name, :standby_replicas, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the collection.
598 599 600 601 602 603 604 605 606 607 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 598 class CreateCollectionRequest < Struct.new( :client_token, :description, :name, :standby_replicas, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#standby_replicas ⇒ String
Indicates whether standby replicas should be used for a collection.
598 599 600 601 602 603 604 605 606 607 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 598 class CreateCollectionRequest < Struct.new( :client_token, :description, :name, :standby_replicas, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
An arbitrary set of tags (key–value pairs) to associate with the OpenSearch Serverless collection.
598 599 600 601 602 603 604 605 606 607 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 598 class CreateCollectionRequest < Struct.new( :client_token, :description, :name, :standby_replicas, :tags, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of collection.
598 599 600 601 602 603 604 605 606 607 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 598 class CreateCollectionRequest < Struct.new( :client_token, :description, :name, :standby_replicas, :tags, :type) SENSITIVE = [] include Aws::Structure end |