Class: Aws::Types::SignalWorkflowExecutionInput
- Inherits:
-
Object
- Object
- Aws::Types::SignalWorkflowExecutionInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#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
#domain ⇒ ::String
Returns the value of attribute domain.
869 870 871 |
# File 'sig/types.rbs', line 869 def domain @domain end |
#input ⇒ ::String
Returns the value of attribute input.
873 874 875 |
# File 'sig/types.rbs', line 873 def input @input end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
871 872 873 |
# File 'sig/types.rbs', line 871 def run_id @run_id end |
#signal_name ⇒ ::String
Returns the value of attribute signal_name.
872 873 874 |
# File 'sig/types.rbs', line 872 def signal_name @signal_name end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
870 871 872 |
# File 'sig/types.rbs', line 870 def workflow_id @workflow_id end |