Class: Aws::Types::InstanceMarketOptionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::InstanceMarketOptionsRequest
- 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::SpotMarketOptions
Returns the value of attribute spot_options.
Instance Attribute Details
#market_type ⇒ "spot", ...
Returns the value of attribute market_type.
11502 11503 11504 |
# File 'sig/types.rbs', line 11502 def market_type @market_type end |
#spot_options ⇒ Types::SpotMarketOptions
Returns the value of attribute spot_options.
11503 11504 11505 |
# File 'sig/types.rbs', line 11503 def @spot_options end |