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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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)


45276
45277
45278
45279
45280
45281
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45276

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

#spot_optionsTypes::LaunchTemplateSpotMarketOptionsRequest

The options for Spot Instances.



45276
45277
45278
45279
45280
45281
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 45276

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