Class: Aws::Types::CreateCollectionGroupDetail
- Inherits:
-
Object
- Object
- Aws::Types::CreateCollectionGroupDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#capacity_limits ⇒ Types::CollectionGroupCapacityLimits
Returns the value of attribute capacity_limits.
-
#created_date ⇒ ::Integer
Returns the value of attribute created_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#generation ⇒ "CLASSIC", "NEXTGEN"
Returns the value of attribute generation.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#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
#arn ⇒ ::String
Returns the value of attribute arn.
238 239 240 |
# File 'sig/types.rbs', line 238 def arn @arn end |
#capacity_limits ⇒ Types::CollectionGroupCapacityLimits
Returns the value of attribute capacity_limits.
244 245 246 |
# File 'sig/types.rbs', line 244 def capacity_limits @capacity_limits end |
#created_date ⇒ ::Integer
Returns the value of attribute created_date.
243 244 245 |
# File 'sig/types.rbs', line 243 def created_date @created_date end |
#description ⇒ ::String
Returns the value of attribute description.
241 242 243 |
# File 'sig/types.rbs', line 241 def description @description end |
#generation ⇒ "CLASSIC", "NEXTGEN"
Returns the value of attribute generation.
245 246 247 |
# File 'sig/types.rbs', line 245 def generation @generation end |
#id ⇒ ::String
Returns the value of attribute id.
237 238 239 |
# File 'sig/types.rbs', line 237 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
239 240 241 |
# File 'sig/types.rbs', line 239 def name @name end |
#standby_replicas ⇒ "ENABLED", "DISABLED"
Returns the value of attribute standby_replicas.
240 241 242 |
# File 'sig/types.rbs', line 240 def standby_replicas @standby_replicas end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
242 243 244 |
# File 'sig/types.rbs', line 242 def @tags end |