Class: Aws::Types::RequestCancelExternalWorkflowExecutionFailedEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::RequestCancelExternalWorkflowExecutionFailedEventAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cause ⇒ "UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION", ...
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.
-
#run_id ⇒ ::String
Returns the value of attribute run_id.
-
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
Instance Attribute Details
#cause ⇒ "UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION", ...
Returns the value of attribute cause.
739 740 741 |
# File 'sig/types.rbs', line 739 def cause @cause end |
#control ⇒ ::String
Returns the value of attribute control.
742 743 744 |
# File 'sig/types.rbs', line 742 def control @control end |
#decision_task_completed_event_id ⇒ ::Integer
Returns the value of attribute decision_task_completed_event_id.
741 742 743 |
# File 'sig/types.rbs', line 741 def decision_task_completed_event_id @decision_task_completed_event_id end |
#initiated_event_id ⇒ ::Integer
Returns the value of attribute initiated_event_id.
740 741 742 |
# File 'sig/types.rbs', line 740 def initiated_event_id @initiated_event_id end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
738 739 740 |
# File 'sig/types.rbs', line 738 def run_id @run_id end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
737 738 739 |
# File 'sig/types.rbs', line 737 def workflow_id @workflow_id end |