Class: Aws::Types::LaunchTemplateCapacityReservationSpecificationRequest
- Inherits:
-
Object
- Object
- Aws::Types::LaunchTemplateCapacityReservationSpecificationRequest
- 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.
12487 12488 12489 |
# File 'sig/types.rbs', line 12487 def capacity_reservation_preference @capacity_reservation_preference end |
#capacity_reservation_target ⇒ Types::CapacityReservationTarget
Returns the value of attribute capacity_reservation_target.
12488 12489 12490 |
# File 'sig/types.rbs', line 12488 def capacity_reservation_target @capacity_reservation_target end |