Class: Aws::Types::LaunchTemplateInstanceMarketOptionsRequest

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")


12620
12621
12622
# File 'sig/types.rbs', line 12620

def market_type
  @market_type
end

#spot_optionsTypes::LaunchTemplateSpotMarketOptionsRequest

Returns the value of attribute spot_options.



12621
12622
12623
# File 'sig/types.rbs', line 12621

def spot_options
  @spot_options
end