Class: Aws::Types::CapacityReservationSpecificationResponse
- Inherits:
-
Object
- Object
- Aws::Types::CapacityReservationSpecificationResponse
- 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::CapacityReservationTargetResponse
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.
1670 1671 1672 |
# File 'sig/types.rbs', line 1670 def capacity_reservation_preference @capacity_reservation_preference end |
#capacity_reservation_target ⇒ Types::CapacityReservationTargetResponse
Returns the value of attribute capacity_reservation_target.
1671 1672 1673 |
# File 'sig/types.rbs', line 1671 def capacity_reservation_target @capacity_reservation_target end |