Class: Aws::Types::InstanceMarketOptionsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#market_type"spot", ...

Returns the value of attribute market_type.

Returns:

  • ("spot", "capacity-block", "interruptible-capacity-reservation")


11772
11773
11774
# File 'sig/types.rbs', line 11772

def market_type
  @market_type
end

#spot_optionsTypes::SpotMarketOptions

Returns the value of attribute spot_options.



11773
11774
11775
# File 'sig/types.rbs', line 11773

def spot_options
  @spot_options
end