class Aws::SWF::Types::SignalWorkflowExecutionInput
@note When making an API call, you may pass SignalWorkflowExecutionInput
data as a hash: { domain: "DomainName", # required workflow_id: "WorkflowId", # required run_id: "WorkflowRunIdOptional", signal_name: "SignalName", # required input: "Data", }
@!attribute [rw] domain
The name of the domain containing the workflow execution to signal. @return [String]
@!attribute [rw] workflow_id
The workflowId of the workflow execution to signal. @return [String]
@!attribute [rw] run_id
The runId of the workflow execution to signal. @return [String]
@!attribute [rw] signal_name
The name of the signal. This name must be meaningful to the target workflow. @return [String]
@!attribute [rw] input
Data to attach to the `WorkflowExecutionSignaled` event in the target workflow execution's history. @return [String]
Constants
- SENSITIVE