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.
1463 1464 1465 |
# File 'sig/types.rbs', line 1463 def capacity_block_id @capacity_block_id end |
#capacity_reservation_statuses ⇒ ::Array[Types::CapacityReservationStatus]
Returns the value of attribute capacity_reservation_statuses.
1468 1469 1470 |
# File 'sig/types.rbs', line 1468 def capacity_reservation_statuses @capacity_reservation_statuses end |
#interconnect_status ⇒ "ok", ...
Returns the value of attribute interconnect_status.
1464 1465 1466 |
# File 'sig/types.rbs', line 1464 def interconnect_status @interconnect_status end |
#total_available_capacity ⇒ ::Integer
Returns the value of attribute total_available_capacity.
1466 1467 1468 |
# File 'sig/types.rbs', line 1466 def total_available_capacity @total_available_capacity end |
#total_capacity ⇒ ::Integer
Returns the value of attribute total_capacity.
1465 1466 1467 |
# File 'sig/types.rbs', line 1465 def total_capacity @total_capacity end |
#total_unavailable_capacity ⇒ ::Integer
Returns the value of attribute total_unavailable_capacity.
1467 1468 1469 |
# File 'sig/types.rbs', line 1467 def total_unavailable_capacity @total_unavailable_capacity end |