Class: Aws::OpenSearchServerless::Types::CreateCollectionGroupDetail

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the collection group.

Returns:

  • (String)


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_limitsTypes::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_dateInteger

The Epoch time when the collection group was created.

Returns:

  • (Integer)


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

#descriptionString

The description of the collection group.

Returns:

  • (String)


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

#idString

The unique identifier of the collection group.

Returns:

  • (String)


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

#nameString

The name of the collection group.

Returns:

  • (String)


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_replicasString

Indicates whether standby replicas are used for the collection group.

Returns:

  • (String)


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

#tagsArray<Types::Tag>

A map of key-value pairs associated with the collection group.

Returns:



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