Class: Aws::SWF::Types::SignalWorkflowExecutionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SWF::Types::SignalWorkflowExecutionInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-swf/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain ⇒ String
The name of the domain containing the workflow execution to signal.
-
#input ⇒ String
Data to attach to the ‘WorkflowExecutionSignaled` event in the target workflow execution’s history.
-
#run_id ⇒ String
The runId of the workflow execution to signal.
-
#signal_name ⇒ String
The name of the signal.
-
#workflow_id ⇒ String
The workflowId of the workflow execution to signal.
Instance Attribute Details
#domain ⇒ String
The name of the domain containing the workflow execution to signal.
4728 4729 4730 4731 4732 4733 4734 4735 4736 |
# File 'lib/aws-sdk-swf/types.rb', line 4728 class SignalWorkflowExecutionInput < Struct.new( :domain, :workflow_id, :run_id, :signal_name, :input) SENSITIVE = [] include Aws::Structure end |
#input ⇒ String
Data to attach to the ‘WorkflowExecutionSignaled` event in the target workflow execution’s history.
4728 4729 4730 4731 4732 4733 4734 4735 4736 |
# File 'lib/aws-sdk-swf/types.rb', line 4728 class SignalWorkflowExecutionInput < Struct.new( :domain, :workflow_id, :run_id, :signal_name, :input) SENSITIVE = [] include Aws::Structure end |
#run_id ⇒ String
The runId of the workflow execution to signal.
4728 4729 4730 4731 4732 4733 4734 4735 4736 |
# File 'lib/aws-sdk-swf/types.rb', line 4728 class SignalWorkflowExecutionInput < Struct.new( :domain, :workflow_id, :run_id, :signal_name, :input) SENSITIVE = [] include Aws::Structure end |
#signal_name ⇒ String
The name of the signal. This name must be meaningful to the target workflow.
4728 4729 4730 4731 4732 4733 4734 4735 4736 |
# File 'lib/aws-sdk-swf/types.rb', line 4728 class SignalWorkflowExecutionInput < Struct.new( :domain, :workflow_id, :run_id, :signal_name, :input) SENSITIVE = [] include Aws::Structure end |
#workflow_id ⇒ String
The workflowId of the workflow execution to signal.
4728 4729 4730 4731 4732 4733 4734 4735 4736 |
# File 'lib/aws-sdk-swf/types.rb', line 4728 class SignalWorkflowExecutionInput < Struct.new( :domain, :workflow_id, :run_id, :signal_name, :input) SENSITIVE = [] include Aws::Structure end |