Class: Aws::Types::CapacityReservationSpecification
- Inherits:
-
Object
- Object
- Aws::Types::CapacityReservationSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_reservation_preference ⇒ "capacity-reservations-only", ...
Returns the value of attribute capacity_reservation_preference.
-
#capacity_reservation_target ⇒ Types::CapacityReservationTarget
Returns the value of attribute capacity_reservation_target.
Instance Attribute Details
#capacity_reservation_preference ⇒ "capacity-reservations-only", ...
Returns the value of attribute capacity_reservation_preference.
1562 1563 1564 |
# File 'sig/types.rbs', line 1562 def capacity_reservation_preference @capacity_reservation_preference end |
#capacity_reservation_target ⇒ Types::CapacityReservationTarget
Returns the value of attribute capacity_reservation_target.
1563 1564 1565 |
# File 'sig/types.rbs', line 1563 def capacity_reservation_target @capacity_reservation_target end |