Class: Aws::OpenSearchServerless::Types::UpdateCollectionGroupDetail

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb

Overview

Details about the updated 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)


3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 3041

class UpdateCollectionGroupDetail < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :capacity_limits,
  :created_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#capacity_limitsTypes::CollectionGroupCapacityLimits

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



3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 3041

class UpdateCollectionGroupDetail < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :capacity_limits,
  :created_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#created_dateInteger

The Epoch time when the collection group was created.

Returns:

  • (Integer)


3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 3041

class UpdateCollectionGroupDetail < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :capacity_limits,
  :created_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the collection group.

Returns:

  • (String)


3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 3041

class UpdateCollectionGroupDetail < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :capacity_limits,
  :created_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the collection group.

Returns:

  • (String)


3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 3041

class UpdateCollectionGroupDetail < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :capacity_limits,
  :created_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_dateInteger

The date and time when the collection group was last modified.

Returns:

  • (Integer)


3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 3041

class UpdateCollectionGroupDetail < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :capacity_limits,
  :created_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the collection group.

Returns:

  • (String)


3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 3041

class UpdateCollectionGroupDetail < Struct.new(
  :id,
  :arn,
  :name,
  :description,
  :capacity_limits,
  :created_date,
  :last_modified_date)
  SENSITIVE = []
  include Aws::Structure
end