Class: Aws::OpenSearchServerless::Types::CreateCollectionDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::CreateCollectionDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchserverless/types.rb
Overview
Details about the created OpenSearch Serverless collection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the collection.
-
#created_date ⇒ Integer
The Epoch time when the collection was created.
-
#description ⇒ String
A description of the collection.
-
#id ⇒ String
The unique identifier of the collection.
-
#kms_key_arn ⇒ String
The Amazon Resource Name (ARN) of the KMS key with which to encrypt the collection.
-
#last_modified_date ⇒ Integer
The date and time when the collection was last modified.
-
#name ⇒ String
The name of the collection.
-
#standby_replicas ⇒ String
Creates details about an OpenSearch Serverless collection.
-
#status ⇒ String
The current status of the collection.
-
#type ⇒ String
The type of collection.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the collection.
552 553 554 555 556 557 558 559 560 561 562 563 564 565 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 552 class CreateCollectionDetail < Struct.new( :arn, :created_date, :description, :id, :kms_key_arn, :last_modified_date, :name, :standby_replicas, :status, :type) SENSITIVE = [] include Aws::Structure end |
#created_date ⇒ Integer
The Epoch time when the collection was created.
552 553 554 555 556 557 558 559 560 561 562 563 564 565 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 552 class CreateCollectionDetail < Struct.new( :arn, :created_date, :description, :id, :kms_key_arn, :last_modified_date, :name, :standby_replicas, :status, :type) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the collection.
552 553 554 555 556 557 558 559 560 561 562 563 564 565 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 552 class CreateCollectionDetail < Struct.new( :arn, :created_date, :description, :id, :kms_key_arn, :last_modified_date, :name, :standby_replicas, :status, :type) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the collection.
552 553 554 555 556 557 558 559 560 561 562 563 564 565 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 552 class CreateCollectionDetail < Struct.new( :arn, :created_date, :description, :id, :kms_key_arn, :last_modified_date, :name, :standby_replicas, :status, :type) SENSITIVE = [] include Aws::Structure end |
#kms_key_arn ⇒ String
The Amazon Resource Name (ARN) of the KMS key with which to encrypt the collection.
552 553 554 555 556 557 558 559 560 561 562 563 564 565 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 552 class CreateCollectionDetail < Struct.new( :arn, :created_date, :description, :id, :kms_key_arn, :last_modified_date, :name, :standby_replicas, :status, :type) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ Integer
The date and time when the collection was last modified.
552 553 554 555 556 557 558 559 560 561 562 563 564 565 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 552 class CreateCollectionDetail < Struct.new( :arn, :created_date, :description, :id, :kms_key_arn, :last_modified_date, :name, :standby_replicas, :status, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the collection.
552 553 554 555 556 557 558 559 560 561 562 563 564 565 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 552 class CreateCollectionDetail < Struct.new( :arn, :created_date, :description, :id, :kms_key_arn, :last_modified_date, :name, :standby_replicas, :status, :type) SENSITIVE = [] include Aws::Structure end |
#standby_replicas ⇒ String
Creates details about an OpenSearch Serverless collection.
552 553 554 555 556 557 558 559 560 561 562 563 564 565 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 552 class CreateCollectionDetail < Struct.new( :arn, :created_date, :description, :id, :kms_key_arn, :last_modified_date, :name, :standby_replicas, :status, :type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the collection.
552 553 554 555 556 557 558 559 560 561 562 563 564 565 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 552 class CreateCollectionDetail < Struct.new( :arn, :created_date, :description, :id, :kms_key_arn, :last_modified_date, :name, :standby_replicas, :status, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of collection.
552 553 554 555 556 557 558 559 560 561 562 563 564 565 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 552 class CreateCollectionDetail < Struct.new( :arn, :created_date, :description, :id, :kms_key_arn, :last_modified_date, :name, :standby_replicas, :status, :type) SENSITIVE = [] include Aws::Structure end |