Class: Aws::Types::WorkflowExecutionTimedOutEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::WorkflowExecutionTimedOutEventAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#child_policy ⇒ "TERMINATE", ...
Returns the value of attribute child_policy.
-
#timeout_type ⇒ "START_TO_CLOSE"
Returns the value of attribute timeout_type.
Instance Attribute Details
#child_policy ⇒ "TERMINATE", ...
Returns the value of attribute child_policy.
1193 1194 1195 |
# File 'sig/types.rbs', line 1193 def child_policy @child_policy end |
#timeout_type ⇒ "START_TO_CLOSE"
Returns the value of attribute timeout_type.
1192 1193 1194 |
# File 'sig/types.rbs', line 1192 def timeout_type @timeout_type end |