Class: Aws::Types::LaunchTemplateInstanceMarketOptionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::LaunchTemplateInstanceMarketOptionsRequest
- 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::LaunchTemplateSpotMarketOptionsRequest
Returns the value of attribute spot_options.
Instance Attribute Details
#market_type ⇒ "spot", ...
Returns the value of attribute market_type.
13212 13213 13214 |
# File 'sig/types.rbs', line 13212 def market_type @market_type end |
#spot_options ⇒ Types::LaunchTemplateSpotMarketOptionsRequest
Returns the value of attribute spot_options.
13213 13214 13215 |
# File 'sig/types.rbs', line 13213 def @spot_options end |