Class: Aws::OpenSearchServerless::Types::CollectionGroupDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::CollectionGroupDetail
- Defined in:
- gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb
Overview
Details about a collection group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the collection group.
-
#capacity_limits ⇒ Types::CollectionGroupCapacityLimits
The capacity limits for the collection group, in OpenSearch Compute Units (OCUs).
-
#created_date ⇒ Integer
The Epoch time when the collection group was created.
-
#description ⇒ String
The description of the collection group.
-
#id ⇒ String
The unique identifier of the collection group.
-
#name ⇒ String
The name of the collection group.
-
#number_of_collections ⇒ Integer
The number of collections associated with the collection group.
-
#standby_replicas ⇒ String
Indicates whether standby replicas are used for the collection group.
-
#tags ⇒ Array<Types::Tag>
A map of key-value pairs associated with the collection group.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the collection group.
558 559 560 561 562 563 564 565 566 567 568 569 570 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 558 class CollectionGroupDetail < Struct.new( :id, :arn, :name, :standby_replicas, :description, :tags, :created_date, :capacity_limits, :number_of_collections) SENSITIVE = [] include Aws::Structure end |
#capacity_limits ⇒ Types::CollectionGroupCapacityLimits
The capacity limits for the collection group, in OpenSearch Compute Units (OCUs).
558 559 560 561 562 563 564 565 566 567 568 569 570 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 558 class CollectionGroupDetail < Struct.new( :id, :arn, :name, :standby_replicas, :description, :tags, :created_date, :capacity_limits, :number_of_collections) SENSITIVE = [] include Aws::Structure end |
#created_date ⇒ Integer
The Epoch time when the collection group was created.
558 559 560 561 562 563 564 565 566 567 568 569 570 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 558 class CollectionGroupDetail < Struct.new( :id, :arn, :name, :standby_replicas, :description, :tags, :created_date, :capacity_limits, :number_of_collections) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the collection group.
558 559 560 561 562 563 564 565 566 567 568 569 570 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 558 class CollectionGroupDetail < Struct.new( :id, :arn, :name, :standby_replicas, :description, :tags, :created_date, :capacity_limits, :number_of_collections) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the collection group.
558 559 560 561 562 563 564 565 566 567 568 569 570 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 558 class CollectionGroupDetail < Struct.new( :id, :arn, :name, :standby_replicas, :description, :tags, :created_date, :capacity_limits, :number_of_collections) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the collection group.
558 559 560 561 562 563 564 565 566 567 568 569 570 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 558 class CollectionGroupDetail < Struct.new( :id, :arn, :name, :standby_replicas, :description, :tags, :created_date, :capacity_limits, :number_of_collections) SENSITIVE = [] include Aws::Structure end |
#number_of_collections ⇒ Integer
The number of collections associated with the collection group.
558 559 560 561 562 563 564 565 566 567 568 569 570 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 558 class CollectionGroupDetail < Struct.new( :id, :arn, :name, :standby_replicas, :description, :tags, :created_date, :capacity_limits, :number_of_collections) SENSITIVE = [] include Aws::Structure end |
#standby_replicas ⇒ String
Indicates whether standby replicas are used for the collection group.
558 559 560 561 562 563 564 565 566 567 568 569 570 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 558 class CollectionGroupDetail < Struct.new( :id, :arn, :name, :standby_replicas, :description, :tags, :created_date, :capacity_limits, :number_of_collections) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A map of key-value pairs associated with the collection group.
558 559 560 561 562 563 564 565 566 567 568 569 570 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 558 class CollectionGroupDetail < Struct.new( :id, :arn, :name, :standby_replicas, :description, :tags, :created_date, :capacity_limits, :number_of_collections) SENSITIVE = [] include Aws::Structure end |