Class: Aws::Types::SignalExternalWorkflowExecutionFailedEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::SignalExternalWorkflowExecutionFailedEventAttributes
- 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.
851 852 853 |
# File 'sig/types.rbs', line 851 def cause @cause end |
#control ⇒ ::String
Returns the value of attribute control.
854 855 856 |
# File 'sig/types.rbs', line 854 def control @control end |
#decision_task_completed_event_id ⇒ ::Integer
Returns the value of attribute decision_task_completed_event_id.
853 854 855 |
# File 'sig/types.rbs', line 853 def decision_task_completed_event_id @decision_task_completed_event_id end |
#initiated_event_id ⇒ ::Integer
Returns the value of attribute initiated_event_id.
852 853 854 |
# File 'sig/types.rbs', line 852 def initiated_event_id @initiated_event_id end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
850 851 852 |
# File 'sig/types.rbs', line 850 def run_id @run_id end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
849 850 851 |
# File 'sig/types.rbs', line 849 def workflow_id @workflow_id end |