Class: Aws::Types::AwsEc2LaunchTemplateDataInstanceMarketOptionsSpotOptionsDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#block_duration_minutes::Integer

Returns the value of attribute block_duration_minutes.

Returns:

  • (::Integer)


1556
1557
1558
# File 'sig/types.rbs', line 1556

def block_duration_minutes
  @block_duration_minutes
end

#instance_interruption_behavior::String

Returns the value of attribute instance_interruption_behavior.

Returns:

  • (::String)


1557
1558
1559
# File 'sig/types.rbs', line 1557

def instance_interruption_behavior
  @instance_interruption_behavior
end

#max_price::String

Returns the value of attribute max_price.

Returns:

  • (::String)


1558
1559
1560
# File 'sig/types.rbs', line 1558

def max_price
  @max_price
end

#spot_instance_type::String

Returns the value of attribute spot_instance_type.

Returns:

  • (::String)


1559
1560
1561
# File 'sig/types.rbs', line 1559

def spot_instance_type
  @spot_instance_type
end

#valid_until::String

Returns the value of attribute valid_until.

Returns:

  • (::String)


1560
1561
1562
# File 'sig/types.rbs', line 1560

def valid_until
  @valid_until
end