Class: Aws::Types::ChildWorkflowExecutionTimedOutEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::ChildWorkflowExecutionTimedOutEventAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#initiated_event_id ⇒ ::Integer
Returns the value of attribute initiated_event_id.
-
#started_event_id ⇒ ::Integer
Returns the value of attribute started_event_id.
-
#timeout_type ⇒ "START_TO_CLOSE"
Returns the value of attribute timeout_type.
-
#workflow_execution ⇒ Types::WorkflowExecution
Returns the value of attribute workflow_execution.
-
#workflow_type ⇒ Types::WorkflowType
Returns the value of attribute workflow_type.
Instance Attribute Details
#initiated_event_id ⇒ ::Integer
Returns the value of attribute initiated_event_id.
191 192 193 |
# File 'sig/types.rbs', line 191 def initiated_event_id @initiated_event_id end |
#started_event_id ⇒ ::Integer
Returns the value of attribute started_event_id.
192 193 194 |
# File 'sig/types.rbs', line 192 def started_event_id @started_event_id end |
#timeout_type ⇒ "START_TO_CLOSE"
Returns the value of attribute timeout_type.
190 191 192 |
# File 'sig/types.rbs', line 190 def timeout_type @timeout_type end |
#workflow_execution ⇒ Types::WorkflowExecution
Returns the value of attribute workflow_execution.
188 189 190 |
# File 'sig/types.rbs', line 188 def workflow_execution @workflow_execution end |
#workflow_type ⇒ Types::WorkflowType
Returns the value of attribute workflow_type.
189 190 191 |
# File 'sig/types.rbs', line 189 def workflow_type @workflow_type end |