Class: Aws::EC2::Types::LaunchTemplateInstanceMarketOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::LaunchTemplateInstanceMarketOptions
- 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
-
#market_type ⇒ String
The market type.
-
#spot_options ⇒ Types::LaunchTemplateSpotMarketOptions
The options for Spot Instances.
Instance Attribute Details
#market_type ⇒ String
The market type.
48053 48054 48055 48056 48057 48058 |
# File 'lib/aws-sdk-ec2/types.rb', line 48053 class LaunchTemplateInstanceMarketOptions < Struct.new( :market_type, :spot_options) SENSITIVE = [] include Aws::Structure end |
#spot_options ⇒ Types::LaunchTemplateSpotMarketOptions
The options for Spot Instances.
48053 48054 48055 48056 48057 48058 |
# File 'lib/aws-sdk-ec2/types.rb', line 48053 class LaunchTemplateInstanceMarketOptions < Struct.new( :market_type, :spot_options) SENSITIVE = [] include Aws::Structure end |