Class: Aws::Types::SpotMarketOptions
- Inherits:
-
Object
- Object
- Aws::Types::SpotMarketOptions
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#block_duration_minutes ⇒ ::Integer
Returns the value of attribute block_duration_minutes.
-
#instance_interruption_behavior ⇒ "hibernate", ...
Returns the value of attribute instance_interruption_behavior.
-
#max_price ⇒ ::String
Returns the value of attribute max_price.
-
#spot_instance_type ⇒ "one-time", "persistent"
Returns the value of attribute spot_instance_type.
-
#valid_until ⇒ ::Time
Returns the value of attribute valid_until.
Instance Attribute Details
#block_duration_minutes ⇒ ::Integer
Returns the value of attribute block_duration_minutes.
17360 17361 17362 |
# File 'sig/types.rbs', line 17360 def block_duration_minutes @block_duration_minutes end |
#instance_interruption_behavior ⇒ "hibernate", ...
Returns the value of attribute instance_interruption_behavior.
17362 17363 17364 |
# File 'sig/types.rbs', line 17362 def instance_interruption_behavior @instance_interruption_behavior end |
#max_price ⇒ ::String
Returns the value of attribute max_price.
17358 17359 17360 |
# File 'sig/types.rbs', line 17358 def max_price @max_price end |
#spot_instance_type ⇒ "one-time", "persistent"
Returns the value of attribute spot_instance_type.
17359 17360 17361 |
# File 'sig/types.rbs', line 17359 def spot_instance_type @spot_instance_type end |
#valid_until ⇒ ::Time
Returns the value of attribute valid_until.
17361 17362 17363 |
# File 'sig/types.rbs', line 17361 def valid_until @valid_until end |