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.
1676 1677 1678 |
# File 'sig/types.rbs', line 1676 def capacity_reservation_id @capacity_reservation_id end |
#total_available_capacity ⇒ ::Integer
Returns the value of attribute total_available_capacity.
1678 1679 1680 |
# File 'sig/types.rbs', line 1678 def total_available_capacity @total_available_capacity end |
#total_capacity ⇒ ::Integer
Returns the value of attribute total_capacity.
1677 1678 1679 |
# File 'sig/types.rbs', line 1677 def total_capacity @total_capacity end |
#total_unavailable_capacity ⇒ ::Integer
Returns the value of attribute total_unavailable_capacity.
1679 1680 1681 |
# File 'sig/types.rbs', line 1679 def total_unavailable_capacity @total_unavailable_capacity end |