Class: Aws::Types::AwsEc2LaunchTemplateDataInstanceMarketOptionsDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#market_type::String

Returns the value of attribute market_type.

Returns:

  • (::String)


1550
1551
1552
# File 'sig/types.rbs', line 1550

def market_type
  @market_type
end

#spot_optionsTypes::AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails

Returns the value of attribute spot_options.



1551
1552
1553
# File 'sig/types.rbs', line 1551

def spot_options
  @spot_options
end