Class: Aws::Types::ChildWorkflowExecutionStartedEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::ChildWorkflowExecutionStartedEventAttributes
- 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.
-
#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.
175 176 177 |
# File 'sig/types.rbs', line 175 def initiated_event_id @initiated_event_id end |
#workflow_execution ⇒ Types::WorkflowExecution
Returns the value of attribute workflow_execution.
173 174 175 |
# File 'sig/types.rbs', line 173 def workflow_execution @workflow_execution end |
#workflow_type ⇒ Types::WorkflowType
Returns the value of attribute workflow_type.
174 175 176 |
# File 'sig/types.rbs', line 174 def workflow_type @workflow_type end |