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.
1377 1378 1379 |
# File 'sig/types.rbs', line 1377 def capacity_block_id @capacity_block_id end |
#capacity_reservation_statuses ⇒ ::Array[Types::CapacityReservationStatus]
Returns the value of attribute capacity_reservation_statuses.
1382 1383 1384 |
# File 'sig/types.rbs', line 1382 def capacity_reservation_statuses @capacity_reservation_statuses end |
#interconnect_status ⇒ "ok", ...
Returns the value of attribute interconnect_status.
1378 1379 1380 |
# File 'sig/types.rbs', line 1378 def interconnect_status @interconnect_status end |
#total_available_capacity ⇒ ::Integer
Returns the value of attribute total_available_capacity.
1380 1381 1382 |
# File 'sig/types.rbs', line 1380 def total_available_capacity @total_available_capacity end |
#total_capacity ⇒ ::Integer
Returns the value of attribute total_capacity.
1379 1380 1381 |
# File 'sig/types.rbs', line 1379 def total_capacity @total_capacity end |
#total_unavailable_capacity ⇒ ::Integer
Returns the value of attribute total_unavailable_capacity.
1381 1382 1383 |
# File 'sig/types.rbs', line 1381 def total_unavailable_capacity @total_unavailable_capacity end |