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

#arn ⇒ String

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

Returns:

  • (String)


913
914
915
916
917
918
919
920
921
922
923
924
925
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 913

class CreateCollectionGroupDetail < Struct.new(
  :id,
  :arn,
  :name,
  :standby_replicas,
  :description,
  :tags,
  :created_date,
  :capacity_limits,
  :generation)
  SENSITIVE = []
  include Aws::Structure
end

#capacity_limits ⇒ Types::CollectionGroupCapacityLimits

The capacity limits for the collection group, in OpenSearch Compute Units (OCUs).



913
914
915
916
917
918
919
920
921
922
923
924
925
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 913

class CreateCollectionGroupDetail < Struct.new(
  :id,
  :arn,
  :name,
  :standby_replicas,
  :description,
  :tags,
  :created_date,
  :capacity_limits,
  :generation)
  SENSITIVE = []
  include Aws::Structure
end

#created_date ⇒ Integer

The Epoch time when the collection group was created.

Returns:

  • (Integer)


913
914
915
916
917
918
919
920
921
922
923
924
925
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 913

class CreateCollectionGroupDetail < Struct.new(
  :id,
  :arn,
  :name,
  :standby_replicas,
  :description,
  :tags,
  :created_date,
  :capacity_limits,
  :generation)
  SENSITIVE = []
  include Aws::Structure
end

#description ⇒ String

The description of the collection group.

Returns:

  • (String)


913
914
915
916
917
918
919
920
921
922
923
924
925
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 913

class CreateCollectionGroupDetail < Struct.new(
  :id,
  :arn,
  :name,
  :standby_replicas,
  :description,
  :tags,
  :created_date,
  :capacity_limits,
  :generation)
  SENSITIVE = []
  include Aws::Structure
end

#generation ⇒ String

The generation of Amazon OpenSearch Serverless for the collection group.

Returns:

  • (String)


913
914
915
916
917
918
919
920
921
922
923
924
925
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 913

class CreateCollectionGroupDetail < Struct.new(
  :id,
  :arn,
  :name,
  :standby_replicas,
  :description,
  :tags,
  :created_date,
  :capacity_limits,
  :generation)
  SENSITIVE = []
  include Aws::Structure
end

#id ⇒ String

The unique identifier of the collection group.

Returns:

  • (String)


913
914
915
916
917
918
919
920
921
922
923
924
925
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 913

class CreateCollectionGroupDetail < Struct.new(
  :id,
  :arn,
  :name,
  :standby_replicas,
  :description,
  :tags,
  :created_date,
  :capacity_limits,
  :generation)
  SENSITIVE = []
  include Aws::Structure
end

#name ⇒ String

The name of the collection group.

Returns:

  • (String)


913
914
915
916
917
918
919
920
921
922
923
924
925
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 913

class CreateCollectionGroupDetail < Struct.new(
  :id,
  :arn,
  :name,
  :standby_replicas,
  :description,
  :tags,
  :created_date,
  :capacity_limits,
  :generation)
  SENSITIVE = []
  include Aws::Structure
end

#standby_replicas ⇒ String

Indicates whether standby replicas are used for the collection group.

Returns:

  • (String)


913
914
915
916
917
918
919
920
921
922
923
924
925
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 913

class CreateCollectionGroupDetail < Struct.new(
  :id,
  :arn,
  :name,
  :standby_replicas,
  :description,
  :tags,
  :created_date,
  :capacity_limits,
  :generation)
  SENSITIVE = []
  include Aws::Structure
end

#tags ⇒ Array<Types::Tag>

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

Returns:



913
914
915
916
917
918
919
920
921
922
923
924
925
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 913

class CreateCollectionGroupDetail < Struct.new(
  :id,
  :arn,
  :name,
  :standby_replicas,
  :description,
  :tags,
  :created_date,
  :capacity_limits,
  :generation)
  SENSITIVE = []
  include Aws::Structure
end