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.
11212 11213 11214 |
# File 'sig/types.rbs', line 11212 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.
11210 11211 11212 |
# File 'sig/types.rbs', line 11210 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.
11211 11212 11213 |
# File 'sig/types.rbs', line 11211 def max_wait_time_in_seconds @max_wait_time_in_seconds end |