Class: Aws::Types::RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#control ⇒ ::String
Returns the value of attribute control.
-
#decision_task_completed_event_id ⇒ ::Integer
Returns the value of attribute decision_task_completed_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
#control ⇒ ::String
Returns the value of attribute control.
750 751 752 |
# File 'sig/types.rbs', line 750 def control @control end |
#decision_task_completed_event_id ⇒ ::Integer
Returns the value of attribute decision_task_completed_event_id.
749 750 751 |
# File 'sig/types.rbs', line 749 def decision_task_completed_event_id @decision_task_completed_event_id end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
748 749 750 |
# File 'sig/types.rbs', line 748 def run_id @run_id end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
747 748 749 |
# File 'sig/types.rbs', line 747 def workflow_id @workflow_id end |