Class: Aws::Types::UpdateCollectionGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCollectionGroupRequest
- 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.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#capacity_limits ⇒ Types::CollectionGroupCapacityLimits
Returns the value of attribute capacity_limits.
890 891 892 |
# File 'sig/types.rbs', line 890 def capacity_limits @capacity_limits end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
891 892 893 |
# File 'sig/types.rbs', line 891 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
889 890 891 |
# File 'sig/types.rbs', line 889 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
888 889 890 |
# File 'sig/types.rbs', line 888 def id @id end |