Class: Aws::Types::LaunchTemplateInstanceMarketOptions
- Inherits:
-
Object
- Object
- Aws::Types::LaunchTemplateInstanceMarketOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#market_type ⇒ "spot", ...
Returns the value of attribute market_type.
-
#spot_options ⇒ Types::LaunchTemplateSpotMarketOptions
Returns the value of attribute spot_options.
Instance Attribute Details
#market_type ⇒ "spot", ...
Returns the value of attribute market_type.
12614 12615 12616 |
# File 'sig/types.rbs', line 12614 def market_type @market_type end |
#spot_options ⇒ Types::LaunchTemplateSpotMarketOptions
Returns the value of attribute spot_options.
12615 12616 12617 |
# File 'sig/types.rbs', line 12615 def @spot_options end |