Class: Aws::OpenSearchServerless::Types::CreateCollectionDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::CreateCollectionDetail
- Defined in:
- gems/aws-sdk-opensearchserverless/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.
-
#vector_options ⇒ Types::VectorOptions
Configuration options for vector search capabilities in the collection.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the collection.
582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 582 class CreateCollectionDetail < Struct.new( :id, :name, :status, :type, :description, :arn, :kms_key_arn, :standby_replicas, :vector_options, :created_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |
#created_date ⇒ Integer
The Epoch time when the collection was created.
582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 582 class CreateCollectionDetail < Struct.new( :id, :name, :status, :type, :description, :arn, :kms_key_arn, :standby_replicas, :vector_options, :created_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description of the collection.
582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 582 class CreateCollectionDetail < Struct.new( :id, :name, :status, :type, :description, :arn, :kms_key_arn, :standby_replicas, :vector_options, :created_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the collection.
582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 582 class CreateCollectionDetail < Struct.new( :id, :name, :status, :type, :description, :arn, :kms_key_arn, :standby_replicas, :vector_options, :created_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |
#kms_key_arn ⇒ String
The Amazon Resource Name (ARN) of the KMS key with which to encrypt the collection.
582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 582 class CreateCollectionDetail < Struct.new( :id, :name, :status, :type, :description, :arn, :kms_key_arn, :standby_replicas, :vector_options, :created_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |
#last_modified_date ⇒ Integer
The date and time when the collection was last modified.
582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 582 class CreateCollectionDetail < Struct.new( :id, :name, :status, :type, :description, :arn, :kms_key_arn, :standby_replicas, :vector_options, :created_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the collection.
582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 582 class CreateCollectionDetail < Struct.new( :id, :name, :status, :type, :description, :arn, :kms_key_arn, :standby_replicas, :vector_options, :created_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |
#standby_replicas ⇒ String
Creates details about an OpenSearch Serverless collection.
582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 582 class CreateCollectionDetail < Struct.new( :id, :name, :status, :type, :description, :arn, :kms_key_arn, :standby_replicas, :vector_options, :created_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the collection.
582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 582 class CreateCollectionDetail < Struct.new( :id, :name, :status, :type, :description, :arn, :kms_key_arn, :standby_replicas, :vector_options, :created_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of collection.
582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 582 class CreateCollectionDetail < Struct.new( :id, :name, :status, :type, :description, :arn, :kms_key_arn, :standby_replicas, :vector_options, :created_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |
#vector_options ⇒ Types::VectorOptions
Configuration options for vector search capabilities in the collection.
582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 582 class CreateCollectionDetail < Struct.new( :id, :name, :status, :type, :description, :arn, :kms_key_arn, :standby_replicas, :vector_options, :created_date, :last_modified_date) SENSITIVE = [] include Aws::Structure end |