Class: Aws::Types::SignalExternalWorkflowExecutionDecisionAttributes
- Inherits:
-
Object
- Object
- Aws::Types::SignalExternalWorkflowExecutionDecisionAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#control ⇒ ::String
Returns the value of attribute control.
-
#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.
844 845 846 |
# File 'sig/types.rbs', line 844 def control @control end |
#input ⇒ ::String
Returns the value of attribute input.
843 844 845 |
# File 'sig/types.rbs', line 843 def input @input end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
841 842 843 |
# File 'sig/types.rbs', line 841 def run_id @run_id end |
#signal_name ⇒ ::String
Returns the value of attribute signal_name.
842 843 844 |
# File 'sig/types.rbs', line 842 def signal_name @signal_name end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
840 841 842 |
# File 'sig/types.rbs', line 840 def workflow_id @workflow_id end |