Class: Aws::Types::AwsEc2LaunchTemplateDataInstanceMarketOptionsDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEc2LaunchTemplateDataInstanceMarketOptionsDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#market_type ⇒ ::String
Returns the value of attribute market_type.
-
#spot_options ⇒ Types::AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails
Returns the value of attribute spot_options.
Instance Attribute Details
#market_type ⇒ ::String
Returns the value of attribute market_type.
1550 1551 1552 |
# File 'sig/types.rbs', line 1550 def market_type @market_type end |
#spot_options ⇒ Types::AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails
Returns the value of attribute spot_options.
1551 1552 1553 |
# File 'sig/types.rbs', line 1551 def @spot_options end |