Class: Aws::OpenSearchServerless::Types::CollectionSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::CollectionSummary
- Defined in:
- gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb
Overview
Details about each OpenSearch Serverless collection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the collection.
-
#collection_group_name ⇒ String
The name of the collection group that contains this collection.
-
#id ⇒ String
The unique identifier of the collection.
-
#kms_key_arn ⇒ String
The ARN of the Amazon Web Services Key Management Service key used to encrypt the collection.
-
#name ⇒ String
The name of the collection.
-
#status ⇒ String
The current status of the collection.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the collection.
674 675 676 677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 674 class CollectionSummary < Struct.new( :id, :name, :status, :arn, :kms_key_arn, :collection_group_name) SENSITIVE = [] include Aws::Structure end |
#collection_group_name ⇒ String
The name of the collection group that contains this collection.
674 675 676 677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 674 class CollectionSummary < Struct.new( :id, :name, :status, :arn, :kms_key_arn, :collection_group_name) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the collection.
674 675 676 677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 674 class CollectionSummary < Struct.new( :id, :name, :status, :arn, :kms_key_arn, :collection_group_name) SENSITIVE = [] include Aws::Structure end |
#kms_key_arn ⇒ String
The ARN of the Amazon Web Services Key Management Service key used to encrypt the collection.
674 675 676 677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 674 class CollectionSummary < Struct.new( :id, :name, :status, :arn, :kms_key_arn, :collection_group_name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the collection.
674 675 676 677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 674 class CollectionSummary < Struct.new( :id, :name, :status, :arn, :kms_key_arn, :collection_group_name) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the collection.
674 675 676 677 678 679 680 681 682 683 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 674 class CollectionSummary < Struct.new( :id, :name, :status, :arn, :kms_key_arn, :collection_group_name) SENSITIVE = [] include Aws::Structure end |