Class: Aws::Types::QuotaShareCapacityUtilization
- Inherits:
-
Object
- Object
- Aws::Types::QuotaShareCapacityUtilization
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_usage ⇒ ::Array[Types::QuotaShareCapacityUsage]
Returns the value of attribute capacity_usage.
-
#quota_share_name ⇒ ::String
Returns the value of attribute quota_share_name.
Instance Attribute Details
#capacity_usage ⇒ ::Array[Types::QuotaShareCapacityUsage]
Returns the value of attribute capacity_usage.
1282 1283 1284 |
# File 'sig/types.rbs', line 1282 def capacity_usage @capacity_usage end |
#quota_share_name ⇒ ::String
Returns the value of attribute quota_share_name.
1281 1282 1283 |
# File 'sig/types.rbs', line 1281 def quota_share_name @quota_share_name end |