Class: Aws::Types::CreateCollectionGroupRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_limits ⇒ Types::CollectionGroupCapacityLimits

Returns the value of attribute capacity_limits.

Returns:



254
255
256
# File 'sig/types.rbs', line 254

def capacity_limits
  @capacity_limits
end

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:



256
257
258
# File 'sig/types.rbs', line 256

def client_token
  @client_token
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:



252
253
254
# File 'sig/types.rbs', line 252

def description
  @description
end

#generation ⇒ "CLASSIC", "NEXTGEN"

Returns the value of attribute generation.

Returns:



255
256
257
# File 'sig/types.rbs', line 255

def generation
  @generation
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:



250
251
252
# File 'sig/types.rbs', line 250

def name
  @name
end

#standby_replicas ⇒ "ENABLED", "DISABLED"

Returns the value of attribute standby_replicas.

Returns:



251
252
253
# File 'sig/types.rbs', line 251

def standby_replicas
  @standby_replicas
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



253
254
255
# File 'sig/types.rbs', line 253

def tags
  @tags
end