Class: Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataInstanceMarketOptionsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEc2LaunchTemplateDataInstanceMarketOptionsDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Provides details about the market (purchasing) option for an Amazon EC2 instance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#market_type ⇒ String
The market type.
-
#spot_options ⇒ Types::AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails
The options for Spot Instances.
Instance Attribute Details
#market_type ⇒ String
The market type.
7366 7367 7368 7369 7370 7371 |
# File 'lib/aws-sdk-securityhub/types.rb', line 7366 class AwsEc2LaunchTemplateDataInstanceMarketOptionsDetails < Struct.new( :market_type, :spot_options) SENSITIVE = [] include Aws::Structure end |
#spot_options ⇒ Types::AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails
The options for Spot Instances.
7366 7367 7368 7369 7370 7371 |
# File 'lib/aws-sdk-securityhub/types.rb', line 7366 class AwsEc2LaunchTemplateDataInstanceMarketOptionsDetails < Struct.new( :market_type, :spot_options) SENSITIVE = [] include Aws::Structure end |