Class: Aws::EC2::Types::InstanceMarketOptionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::InstanceMarketOptionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes the market (purchasing) option for the instances.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#market_type ⇒ String
The market type.
-
#spot_options ⇒ Types::SpotMarketOptions
The options for Spot Instances.
Instance Attribute Details
#market_type ⇒ String
The market type.
42835 42836 42837 42838 42839 42840 |
# File 'lib/aws-sdk-ec2/types.rb', line 42835 class InstanceMarketOptionsRequest < Struct.new( :market_type, :spot_options) SENSITIVE = [] include Aws::Structure end |
#spot_options ⇒ Types::SpotMarketOptions
The options for Spot Instances.
42835 42836 42837 42838 42839 42840 |
# File 'lib/aws-sdk-ec2/types.rb', line 42835 class InstanceMarketOptionsRequest < Struct.new( :market_type, :spot_options) SENSITIVE = [] include Aws::Structure end |