Class: Aws::Types::OnDemandCapacityReservationOptions
- Inherits:
-
Object
- Object
- Aws::Types::OnDemandCapacityReservationOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_reservation_preference ⇒ "open", "none"
Returns the value of attribute capacity_reservation_preference.
-
#capacity_reservation_resource_group_arn ⇒ ::String
Returns the value of attribute capacity_reservation_resource_group_arn.
-
#usage_strategy ⇒ "use-capacity-reservations-first"
Returns the value of attribute usage_strategy.
Instance Attribute Details
#capacity_reservation_preference ⇒ "open", "none"
Returns the value of attribute capacity_reservation_preference.
1221 1222 1223 |
# File 'sig/types.rbs', line 1221 def capacity_reservation_preference @capacity_reservation_preference end |
#capacity_reservation_resource_group_arn ⇒ ::String
Returns the value of attribute capacity_reservation_resource_group_arn.
1222 1223 1224 |
# File 'sig/types.rbs', line 1222 def capacity_reservation_resource_group_arn @capacity_reservation_resource_group_arn end |
#usage_strategy ⇒ "use-capacity-reservations-first"
Returns the value of attribute usage_strategy.
1220 1221 1222 |
# File 'sig/types.rbs', line 1220 def usage_strategy @usage_strategy end |