Class: Aws::Types::SignalExternalWorkflowExecutionInitiatedEventAttributes
- Inherits:
-
Object
- Object
- Aws::Types::SignalExternalWorkflowExecutionInitiatedEventAttributes
- 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.
-
#input ⇒ ::String
Returns the value of attribute input.
-
#run_id ⇒ ::String
Returns the value of attribute run_id.
-
#signal_name ⇒ ::String
Returns the value of attribute signal_name.
-
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
Instance Attribute Details
#control ⇒ ::String
Returns the value of attribute control.
864 865 866 |
# File 'sig/types.rbs', line 864 def control @control end |
#decision_task_completed_event_id ⇒ ::Integer
Returns the value of attribute decision_task_completed_event_id.
863 864 865 |
# File 'sig/types.rbs', line 863 def decision_task_completed_event_id @decision_task_completed_event_id end |
#input ⇒ ::String
Returns the value of attribute input.
862 863 864 |
# File 'sig/types.rbs', line 862 def input @input end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
860 861 862 |
# File 'sig/types.rbs', line 860 def run_id @run_id end |
#signal_name ⇒ ::String
Returns the value of attribute signal_name.
861 862 863 |
# File 'sig/types.rbs', line 861 def signal_name @signal_name end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
859 860 861 |
# File 'sig/types.rbs', line 859 def workflow_id @workflow_id end |