Class: Aws::Types::AwsEc2LaunchTemplateDataCapacityReservationSpecificationDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEc2LaunchTemplateDataCapacityReservationSpecificationDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_reservation_preference ⇒ ::String
Returns the value of attribute capacity_reservation_preference.
-
#capacity_reservation_target ⇒ Types::AwsEc2LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetDetails
Returns the value of attribute capacity_reservation_target.
Instance Attribute Details
#capacity_reservation_preference ⇒ ::String
Returns the value of attribute capacity_reservation_preference.
1472 1473 1474 |
# File 'sig/types.rbs', line 1472 def capacity_reservation_preference @capacity_reservation_preference end |
#capacity_reservation_target ⇒ Types::AwsEc2LaunchTemplateDataCapacityReservationSpecificationCapacityReservationTargetDetails
Returns the value of attribute capacity_reservation_target.
1473 1474 1475 |
# File 'sig/types.rbs', line 1473 def capacity_reservation_target @capacity_reservation_target end |