Class: Aws::Types::StartChildWorkflowExecutionFailedEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::StartChildWorkflowExecutionFailedEventAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cause ⇒ "WORKFLOW_TYPE_DOES_NOT_EXIST", ...
Returns the value of attribute cause.
-
#control ⇒ ::String
Returns the value of attribute control.
-
#decision_task_completed_event_id ⇒ ::Integer
Returns the value of attribute decision_task_completed_event_id.
-
#initiated_event_id ⇒ ::Integer
Returns the value of attribute initiated_event_id.
-
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
-
#workflow_type ⇒ Types::WorkflowType
Returns the value of attribute workflow_type.
Instance Attribute Details
#cause ⇒ "WORKFLOW_TYPE_DOES_NOT_EXIST", ...
Returns the value of attribute cause.
894 895 896 |
# File 'sig/types.rbs', line 894 def cause @cause end |
#control ⇒ ::String
Returns the value of attribute control.
898 899 900 |
# File 'sig/types.rbs', line 898 def control @control end |
#decision_task_completed_event_id ⇒ ::Integer
Returns the value of attribute decision_task_completed_event_id.
897 898 899 |
# File 'sig/types.rbs', line 897 def decision_task_completed_event_id @decision_task_completed_event_id end |
#initiated_event_id ⇒ ::Integer
Returns the value of attribute initiated_event_id.
896 897 898 |
# File 'sig/types.rbs', line 896 def initiated_event_id @initiated_event_id end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
895 896 897 |
# File 'sig/types.rbs', line 895 def workflow_id @workflow_id end |
#workflow_type ⇒ Types::WorkflowType
Returns the value of attribute workflow_type.
893 894 895 |
# File 'sig/types.rbs', line 893 def workflow_type @workflow_type end |