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.
1574 1575 1576 |
# File 'sig/types.rbs', line 1574 def capacity_reservation_id @capacity_reservation_id end |
#total_available_capacity ⇒ ::Integer
Returns the value of attribute total_available_capacity.
1576 1577 1578 |
# File 'sig/types.rbs', line 1576 def total_available_capacity @total_available_capacity end |
#total_capacity ⇒ ::Integer
Returns the value of attribute total_capacity.
1575 1576 1577 |
# File 'sig/types.rbs', line 1575 def total_capacity @total_capacity end |
#total_unavailable_capacity ⇒ ::Integer
Returns the value of attribute total_unavailable_capacity.
1577 1578 1579 |
# File 'sig/types.rbs', line 1577 def total_unavailable_capacity @total_unavailable_capacity end |