Class: Aws::EC2::Types::InstanceMarketOptionsRequest

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

Overview

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


39555
39556
39557
39558
39559
39560
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39555

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

#spot_optionsTypes::SpotMarketOptions

The options for Spot Instances.



39555
39556
39557
39558
39559
39560
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 39555

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