Class: Aws::Types::ChildWorkflowExecutionTerminatedEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::ChildWorkflowExecutionTerminatedEventAttributes
- 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.
-
#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.
182 183 184 |
# File 'sig/types.rbs', line 182 def initiated_event_id @initiated_event_id end |
#started_event_id ⇒ ::Integer
Returns the value of attribute started_event_id.
183 184 185 |
# File 'sig/types.rbs', line 183 def started_event_id @started_event_id end |
#workflow_execution ⇒ Types::WorkflowExecution
Returns the value of attribute workflow_execution.
180 181 182 |
# File 'sig/types.rbs', line 180 def workflow_execution @workflow_execution end |
#workflow_type ⇒ Types::WorkflowType
Returns the value of attribute workflow_type.
181 182 183 |
# File 'sig/types.rbs', line 181 def workflow_type @workflow_type end |