Class: Aws::Types::LaunchTemplateSpotMarketOptionsRequest

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)


13084
13085
13086
# File 'sig/types.rbs', line 13084

def block_duration_minutes
  @block_duration_minutes
end

#instance_interruption_behavior"hibernate", ...

Returns the value of attribute instance_interruption_behavior.

Returns:

  • ("hibernate", "stop", "terminate")


13086
13087
13088
# File 'sig/types.rbs', line 13086

def instance_interruption_behavior
  @instance_interruption_behavior
end

#max_price::String

Returns the value of attribute max_price.

Returns:

  • (::String)


13082
13083
13084
# File 'sig/types.rbs', line 13082

def max_price
  @max_price
end

#spot_instance_type"one-time", "persistent"

Returns the value of attribute spot_instance_type.

Returns:

  • ("one-time", "persistent")


13083
13084
13085
# File 'sig/types.rbs', line 13083

def spot_instance_type
  @spot_instance_type
end

#valid_until::Time

Returns the value of attribute valid_until.

Returns:

  • (::Time)


13085
13086
13087
# File 'sig/types.rbs', line 13085

def valid_until
  @valid_until
end