Class: Aws::EC2::Types::LaunchTemplateInstanceMarketOptions

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

Overview

The market (purchasing) option for the instances.

Instance Attribute Summary collapse

Instance Attribute Details

#market_typeString

The market type.

Returns:

  • (String)


24057
24058
24059
24060
24061
# File 'lib/aws-sdk-ec2/types.rb', line 24057

class LaunchTemplateInstanceMarketOptions < Struct.new(
  :market_type,
  :spot_options)
  include Aws::Structure
end

#spot_optionsTypes::LaunchTemplateSpotMarketOptions

The options for Spot Instances.



24057
24058
24059
24060
24061
# File 'lib/aws-sdk-ec2/types.rb', line 24057

class LaunchTemplateInstanceMarketOptions < Struct.new(
  :market_type,
  :spot_options)
  include Aws::Structure
end