Class: Aws::Types::CapacityBlockStatus
- Inherits:
-
Object
- Object
- Aws::Types::CapacityBlockStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_block_id ⇒ ::String
Returns the value of attribute capacity_block_id.
-
#capacity_reservation_statuses ⇒ ::Array[Types::CapacityReservationStatus]
Returns the value of attribute capacity_reservation_statuses.
-
#interconnect_status ⇒ "ok", ...
Returns the value of attribute interconnect_status.
-
#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_block_id ⇒ ::String
Returns the value of attribute capacity_block_id.
1479 1480 1481 |
# File 'sig/types.rbs', line 1479 def capacity_block_id @capacity_block_id end |
#capacity_reservation_statuses ⇒ ::Array[Types::CapacityReservationStatus]
Returns the value of attribute capacity_reservation_statuses.
1484 1485 1486 |
# File 'sig/types.rbs', line 1484 def capacity_reservation_statuses @capacity_reservation_statuses end |
#interconnect_status ⇒ "ok", ...
Returns the value of attribute interconnect_status.
1480 1481 1482 |
# File 'sig/types.rbs', line 1480 def interconnect_status @interconnect_status end |
#total_available_capacity ⇒ ::Integer
Returns the value of attribute total_available_capacity.
1482 1483 1484 |
# File 'sig/types.rbs', line 1482 def total_available_capacity @total_available_capacity end |
#total_capacity ⇒ ::Integer
Returns the value of attribute total_capacity.
1481 1482 1483 |
# File 'sig/types.rbs', line 1481 def total_capacity @total_capacity end |
#total_unavailable_capacity ⇒ ::Integer
Returns the value of attribute total_unavailable_capacity.
1483 1484 1485 |
# File 'sig/types.rbs', line 1483 def total_unavailable_capacity @total_unavailable_capacity end |