Class: Aws::EC2::Types::LaunchTemplateInstanceMarketOptionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::LaunchTemplateInstanceMarketOptionsRequest
- 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
-
#market_type ⇒ String
The market type.
-
#spot_options ⇒ Types::LaunchTemplateSpotMarketOptionsRequest
The options for Spot Instances.
Instance Attribute Details
#market_type ⇒ String
The market type.
56311 56312 56313 56314 56315 56316 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 56311 class LaunchTemplateInstanceMarketOptionsRequest < Struct.new( :market_type, :spot_options) SENSITIVE = [] include Aws::Structure end |
#spot_options ⇒ Types::LaunchTemplateSpotMarketOptionsRequest
The options for Spot Instances.
56311 56312 56313 56314 56315 56316 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 56311 class LaunchTemplateInstanceMarketOptionsRequest < Struct.new( :market_type, :spot_options) SENSITIVE = [] include Aws::Structure end |