Class: Aws::Types::CapacityReservationStatus
- Inherits:
-
Object
- Object
- Aws::Types::CapacityReservationStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_reservation_id ⇒ ::String
Returns the value of attribute capacity_reservation_id.
-
#total_available_capacity ⇒ ::Integer
Returns the value of attribute total_available_capacity.
-
#total_capacity ⇒ ::Integer
Returns the value of attribute total_capacity.
-
#total_unavailable_capacity ⇒ ::Integer
Returns the value of attribute total_unavailable_capacity.
Instance Attribute Details
#capacity_reservation_id ⇒ ::String
Returns the value of attribute capacity_reservation_id.
1660 1661 1662 |
# File 'sig/types.rbs', line 1660 def capacity_reservation_id @capacity_reservation_id end |
#total_available_capacity ⇒ ::Integer
Returns the value of attribute total_available_capacity.
1662 1663 1664 |
# File 'sig/types.rbs', line 1662 def total_available_capacity @total_available_capacity end |
#total_capacity ⇒ ::Integer
Returns the value of attribute total_capacity.
1661 1662 1663 |
# File 'sig/types.rbs', line 1661 def total_capacity @total_capacity end |
#total_unavailable_capacity ⇒ ::Integer
Returns the value of attribute total_unavailable_capacity.
1663 1664 1665 |
# File 'sig/types.rbs', line 1663 def total_unavailable_capacity @total_unavailable_capacity end |