Class: Aws::Types::StoppingCondition
- Inherits:
-
Object
- Object
- Aws::Types::StoppingCondition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_pending_time_in_seconds ⇒ ::Integer
Returns the value of attribute max_pending_time_in_seconds.
-
#max_runtime_in_seconds ⇒ ::Integer
Returns the value of attribute max_runtime_in_seconds.
-
#max_wait_time_in_seconds ⇒ ::Integer
Returns the value of attribute max_wait_time_in_seconds.
Instance Attribute Details
#max_pending_time_in_seconds ⇒ ::Integer
Returns the value of attribute max_pending_time_in_seconds.
11204 11205 11206 |
# File 'sig/types.rbs', line 11204 def max_pending_time_in_seconds @max_pending_time_in_seconds end |
#max_runtime_in_seconds ⇒ ::Integer
Returns the value of attribute max_runtime_in_seconds.
11202 11203 11204 |
# File 'sig/types.rbs', line 11202 def max_runtime_in_seconds @max_runtime_in_seconds end |
#max_wait_time_in_seconds ⇒ ::Integer
Returns the value of attribute max_wait_time_in_seconds.
11203 11204 11205 |
# File 'sig/types.rbs', line 11203 def max_wait_time_in_seconds @max_wait_time_in_seconds end |