Class: Aws::OpenSearchServerless::Types::CreateCollectionGroupDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::CreateCollectionGroupDetail
- Defined in:
- gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb
Overview
Details about the created 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.
-
#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.
857 858 859 860 861 862 863 864 865 866 867 868 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 857 class CreateCollectionGroupDetail < Struct.new( :id, :arn, :name, :standby_replicas, :description, :tags, :created_date, :capacity_limits) SENSITIVE = [] include Aws::Structure end |
#capacity_limits ⇒ Types::CollectionGroupCapacityLimits
The capacity limits for the collection group, in OpenSearch Compute Units (OCUs).
857 858 859 860 861 862 863 864 865 866 867 868 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 857 class CreateCollectionGroupDetail < Struct.new( :id, :arn, :name, :standby_replicas, :description, :tags, :created_date, :capacity_limits) SENSITIVE = [] include Aws::Structure end |
#created_date ⇒ Integer
The Epoch time when the collection group was created.
857 858 859 860 861 862 863 864 865 866 867 868 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 857 class CreateCollectionGroupDetail < Struct.new( :id, :arn, :name, :standby_replicas, :description, :tags, :created_date, :capacity_limits) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the collection group.
857 858 859 860 861 862 863 864 865 866 867 868 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 857 class CreateCollectionGroupDetail < Struct.new( :id, :arn, :name, :standby_replicas, :description, :tags, :created_date, :capacity_limits) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the collection group.
857 858 859 860 861 862 863 864 865 866 867 868 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 857 class CreateCollectionGroupDetail < Struct.new( :id, :arn, :name, :standby_replicas, :description, :tags, :created_date, :capacity_limits) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the collection group.
857 858 859 860 861 862 863 864 865 866 867 868 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 857 class CreateCollectionGroupDetail < Struct.new( :id, :arn, :name, :standby_replicas, :description, :tags, :created_date, :capacity_limits) SENSITIVE = [] include Aws::Structure end |
#standby_replicas ⇒ String
Indicates whether standby replicas are used for the collection group.
857 858 859 860 861 862 863 864 865 866 867 868 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 857 class CreateCollectionGroupDetail < Struct.new( :id, :arn, :name, :standby_replicas, :description, :tags, :created_date, :capacity_limits) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A map of key-value pairs associated with the collection group.
857 858 859 860 861 862 863 864 865 866 867 868 |
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 857 class CreateCollectionGroupDetail < Struct.new( :id, :arn, :name, :standby_replicas, :description, :tags, :created_date, :capacity_limits) SENSITIVE = [] include Aws::Structure end |