Class: Aws::EC2::Types::LaunchTemplateInstanceMarketOptionsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

The market (purchasing) option for the instances.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#market_typeString

The market type.

Returns:

  • (String)


44011
44012
44013
44014
44015
44016
# File 'lib/aws-sdk-ec2/types.rb', line 44011

class LaunchTemplateInstanceMarketOptionsRequest < Struct.new(
  :market_type,
  :spot_options)
  SENSITIVE = []
  include Aws::Structure
end

#spot_optionsTypes::LaunchTemplateSpotMarketOptionsRequest

The options for Spot Instances.



44011
44012
44013
44014
44015
44016
# File 'lib/aws-sdk-ec2/types.rb', line 44011

class LaunchTemplateInstanceMarketOptionsRequest < Struct.new(
  :market_type,
  :spot_options)
  SENSITIVE = []
  include Aws::Structure
end