Class: Aws::SWF::Types::SignalWorkflowExecutionInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-swf/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domainString

The name of the domain containing the workflow execution to signal.

Returns:

  • (String)


4698
4699
4700
4701
4702
4703
4704
4705
4706
# File 'lib/aws-sdk-swf/types.rb', line 4698

class SignalWorkflowExecutionInput < Struct.new(
  :domain,
  :workflow_id,
  :run_id,
  :signal_name,
  :input)
  SENSITIVE = []
  include Aws::Structure
end

#inputString

Data to attach to the ‘WorkflowExecutionSignaled` event in the target workflow execution’s history.

Returns:

  • (String)


4698
4699
4700
4701
4702
4703
4704
4705
4706
# File 'lib/aws-sdk-swf/types.rb', line 4698

class SignalWorkflowExecutionInput < Struct.new(
  :domain,
  :workflow_id,
  :run_id,
  :signal_name,
  :input)
  SENSITIVE = []
  include Aws::Structure
end

#run_idString

The runId of the workflow execution to signal.

Returns:

  • (String)


4698
4699
4700
4701
4702
4703
4704
4705
4706
# File 'lib/aws-sdk-swf/types.rb', line 4698

class SignalWorkflowExecutionInput < Struct.new(
  :domain,
  :workflow_id,
  :run_id,
  :signal_name,
  :input)
  SENSITIVE = []
  include Aws::Structure
end

#signal_nameString

The name of the signal. This name must be meaningful to the target workflow.

Returns:

  • (String)


4698
4699
4700
4701
4702
4703
4704
4705
4706
# File 'lib/aws-sdk-swf/types.rb', line 4698

class SignalWorkflowExecutionInput < Struct.new(
  :domain,
  :workflow_id,
  :run_id,
  :signal_name,
  :input)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_idString

The workflowId of the workflow execution to signal.

Returns:

  • (String)


4698
4699
4700
4701
4702
4703
4704
4705
4706
# File 'lib/aws-sdk-swf/types.rb', line 4698

class SignalWorkflowExecutionInput < Struct.new(
  :domain,
  :workflow_id,
  :run_id,
  :signal_name,
  :input)
  SENSITIVE = []
  include Aws::Structure
end