Class: Aws::Types::FairshareCapacityUtilization
- Inherits:
-
Object
- Object
- Aws::Types::FairshareCapacityUtilization
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_usage ⇒ ::Array[Types::FairshareCapacityUsage]
Returns the value of attribute capacity_usage.
-
#share_identifier ⇒ ::String
Returns the value of attribute share_identifier.
Instance Attribute Details
#capacity_usage ⇒ ::Array[Types::FairshareCapacityUsage]
Returns the value of attribute capacity_usage.
838 839 840 |
# File 'sig/types.rbs', line 838 def capacity_usage @capacity_usage end |
#share_identifier ⇒ ::String
Returns the value of attribute share_identifier.
837 838 839 |
# File 'sig/types.rbs', line 837 def share_identifier @share_identifier end |