Class: Aws::Types::CollectionGroupDetail
- Inherits:
-
Object
- Object
- Aws::Types::CollectionGroupDetail
- 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.
-
#current_capacity ⇒ Types::CurrentCapacity
Returns the value of attribute current_capacity.
-
#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.
-
#number_of_collections ⇒ ::Integer
Returns the value of attribute number_of_collections.
-
#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.
158 159 160 |
# File 'sig/types.rbs', line 158 def arn @arn end |
#capacity_limits ⇒ Types::CollectionGroupCapacityLimits
Returns the value of attribute capacity_limits.
164 165 166 |
# File 'sig/types.rbs', line 164 def capacity_limits @capacity_limits end |
#created_date ⇒ ::Integer
Returns the value of attribute created_date.
163 164 165 |
# File 'sig/types.rbs', line 163 def created_date @created_date end |
#current_capacity ⇒ Types::CurrentCapacity
Returns the value of attribute current_capacity.
165 166 167 |
# File 'sig/types.rbs', line 165 def current_capacity @current_capacity end |
#description ⇒ ::String
Returns the value of attribute description.
161 162 163 |
# File 'sig/types.rbs', line 161 def description @description end |
#generation ⇒ "CLASSIC", "NEXTGEN"
Returns the value of attribute generation.
167 168 169 |
# File 'sig/types.rbs', line 167 def generation @generation end |
#id ⇒ ::String
Returns the value of attribute id.
157 158 159 |
# File 'sig/types.rbs', line 157 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
159 160 161 |
# File 'sig/types.rbs', line 159 def name @name end |
#number_of_collections ⇒ ::Integer
Returns the value of attribute number_of_collections.
166 167 168 |
# File 'sig/types.rbs', line 166 def number_of_collections @number_of_collections end |
#standby_replicas ⇒ "ENABLED", "DISABLED"
Returns the value of attribute standby_replicas.
160 161 162 |
# File 'sig/types.rbs', line 160 def standby_replicas @standby_replicas end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
162 163 164 |
# File 'sig/types.rbs', line 162 def @tags end |