Class: Aws::Types::ChildWorkflowExecutionCompletedEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::ChildWorkflowExecutionCompletedEventAttributes
- 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.
-
#result ⇒ ::String
Returns the value of attribute result.
-
#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.
157 158 159 |
# File 'sig/types.rbs', line 157 def initiated_event_id @initiated_event_id end |
#result ⇒ ::String
Returns the value of attribute result.
156 157 158 |
# File 'sig/types.rbs', line 156 def result @result end |
#started_event_id ⇒ ::Integer
Returns the value of attribute started_event_id.
158 159 160 |
# File 'sig/types.rbs', line 158 def started_event_id @started_event_id end |
#workflow_execution ⇒ Types::WorkflowExecution
Returns the value of attribute workflow_execution.
154 155 156 |
# File 'sig/types.rbs', line 154 def workflow_execution @workflow_execution end |
#workflow_type ⇒ Types::WorkflowType
Returns the value of attribute workflow_type.
155 156 157 |
# File 'sig/types.rbs', line 155 def workflow_type @workflow_type end |