Class: Aws::Types::CreateCollectionGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCollectionGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_limits ⇒ Types::CollectionGroupCapacityLimits
Returns the value of attribute capacity_limits.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#generation ⇒ "CLASSIC", "NEXTGEN"
Returns the value of attribute generation.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#standby_replicas ⇒ "ENABLED", "DISABLED"
Returns the value of attribute standby_replicas.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#capacity_limits ⇒ Types::CollectionGroupCapacityLimits
Returns the value of attribute capacity_limits.
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.
256 257 258 |
# File 'sig/types.rbs', line 256 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
252 253 254 |
# File 'sig/types.rbs', line 252 def description @description end |
#generation ⇒ "CLASSIC", "NEXTGEN"
Returns the value of attribute generation.
255 256 257 |
# File 'sig/types.rbs', line 255 def generation @generation end |
#name ⇒ ::String
Returns the value of attribute name.
250 251 252 |
# File 'sig/types.rbs', line 250 def name @name end |
#standby_replicas ⇒ "ENABLED", "DISABLED"
Returns the value of attribute standby_replicas.
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.
253 254 255 |
# File 'sig/types.rbs', line 253 def end |