Class: Aws::OpenSearchServerless::Types::CollectionGroupSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::CollectionGroupSummary
- Defined in:
- gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb
Overview
Summary information 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
Capacity limits for a collection group.
-
#created_date ⇒ Integer
The Epoch time when the collection group was created.
-
#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 within the collection group.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the collection group.
634 635 636 637 638 639 640 641 642 643 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 634 class CollectionGroupSummary < Struct.new( :id, :arn, :name, :number_of_collections, :created_date, :capacity_limits) SENSITIVE = [] include Aws::Structure end |
#capacity_limits ⇒ Types::CollectionGroupCapacityLimits
Capacity limits for a collection group. These limits define the minimum and maximum OpenSearch Compute Units (OCUs) for indexing and search operations that can be used by collections in the group.
634 635 636 637 638 639 640 641 642 643 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 634 class CollectionGroupSummary < Struct.new( :id, :arn, :name, :number_of_collections, :created_date, :capacity_limits) SENSITIVE = [] include Aws::Structure end |
#created_date ⇒ Integer
The Epoch time when the collection group was created.
634 635 636 637 638 639 640 641 642 643 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 634 class CollectionGroupSummary < Struct.new( :id, :arn, :name, :number_of_collections, :created_date, :capacity_limits) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the collection group.
634 635 636 637 638 639 640 641 642 643 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 634 class CollectionGroupSummary < Struct.new( :id, :arn, :name, :number_of_collections, :created_date, :capacity_limits) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the collection group.
634 635 636 637 638 639 640 641 642 643 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 634 class CollectionGroupSummary < Struct.new( :id, :arn, :name, :number_of_collections, :created_date, :capacity_limits) SENSITIVE = [] include Aws::Structure end |
#number_of_collections ⇒ Integer
The number of collections within the collection group.
634 635 636 637 638 639 640 641 642 643 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 634 class CollectionGroupSummary < Struct.new( :id, :arn, :name, :number_of_collections, :created_date, :capacity_limits) SENSITIVE = [] include Aws::Structure end |