Class: Aws::Types::ChildWorkflowExecutionFailedEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::ChildWorkflowExecutionFailedEventAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#details ⇒ ::String
Returns the value of attribute details.
-
#initiated_event_id ⇒ ::Integer
Returns the value of attribute initiated_event_id.
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#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
#details ⇒ ::String
Returns the value of attribute details.
166 167 168 |
# File 'sig/types.rbs', line 166 def details @details end |
#initiated_event_id ⇒ ::Integer
Returns the value of attribute initiated_event_id.
167 168 169 |
# File 'sig/types.rbs', line 167 def initiated_event_id @initiated_event_id end |
#reason ⇒ ::String
Returns the value of attribute reason.
165 166 167 |
# File 'sig/types.rbs', line 165 def reason @reason end |
#started_event_id ⇒ ::Integer
Returns the value of attribute started_event_id.
168 169 170 |
# File 'sig/types.rbs', line 168 def started_event_id @started_event_id end |
#workflow_execution ⇒ Types::WorkflowExecution
Returns the value of attribute workflow_execution.
163 164 165 |
# File 'sig/types.rbs', line 163 def workflow_execution @workflow_execution end |
#workflow_type ⇒ Types::WorkflowType
Returns the value of attribute workflow_type.
164 165 166 |
# File 'sig/types.rbs', line 164 def workflow_type @workflow_type end |