Class: Aws::Types::UpdateCollectionGroupDetail
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCollectionGroupDetail
- 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.
-
#last_modified_date ⇒ ::Integer
Returns the value of attribute last_modified_date.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
877 878 879 |
# File 'sig/types.rbs', line 877 def arn @arn end |
#capacity_limits ⇒ Types::CollectionGroupCapacityLimits
Returns the value of attribute capacity_limits.
880 881 882 |
# File 'sig/types.rbs', line 880 def capacity_limits @capacity_limits end |
#created_date ⇒ ::Integer
Returns the value of attribute created_date.
881 882 883 |
# File 'sig/types.rbs', line 881 def created_date @created_date end |
#description ⇒ ::String
Returns the value of attribute description.
879 880 881 |
# File 'sig/types.rbs', line 879 def description @description end |
#generation ⇒ "CLASSIC", "NEXTGEN"
Returns the value of attribute generation.
883 884 885 |
# File 'sig/types.rbs', line 883 def generation @generation end |
#id ⇒ ::String
Returns the value of attribute id.
876 877 878 |
# File 'sig/types.rbs', line 876 def id @id end |
#last_modified_date ⇒ ::Integer
Returns the value of attribute last_modified_date.
882 883 884 |
# File 'sig/types.rbs', line 882 def last_modified_date @last_modified_date end |
#name ⇒ ::String
Returns the value of attribute name.
878 879 880 |
# File 'sig/types.rbs', line 878 def name @name end |