Class: Aws::Types::CollectionGroupSummary
- Inherits:
-
Object
- Object
- Aws::Types::CollectionGroupSummary
- 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.
-
#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.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
181 182 183 |
# File 'sig/types.rbs', line 181 def arn @arn end |
#capacity_limits ⇒ Types::CollectionGroupCapacityLimits
Returns the value of attribute capacity_limits.
185 186 187 |
# File 'sig/types.rbs', line 185 def capacity_limits @capacity_limits end |
#created_date ⇒ ::Integer
Returns the value of attribute created_date.
184 185 186 |
# File 'sig/types.rbs', line 184 def created_date @created_date end |
#generation ⇒ "CLASSIC", "NEXTGEN"
Returns the value of attribute generation.
186 187 188 |
# File 'sig/types.rbs', line 186 def generation @generation end |
#id ⇒ ::String
Returns the value of attribute id.
180 181 182 |
# File 'sig/types.rbs', line 180 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
182 183 184 |
# File 'sig/types.rbs', line 182 def name @name end |
#number_of_collections ⇒ ::Integer
Returns the value of attribute number_of_collections.
183 184 185 |
# File 'sig/types.rbs', line 183 def number_of_collections @number_of_collections end |