Class: Aws::SWF::Types::RequestCancelWorkflowExecutionInput

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 cancel.

Returns:

  • (String)


4055
4056
4057
4058
4059
4060
4061
# File 'lib/aws-sdk-swf/types.rb', line 4055

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

#run_idString

The runId of the workflow execution to cancel.

Returns:

  • (String)


4055
4056
4057
4058
4059
4060
4061
# File 'lib/aws-sdk-swf/types.rb', line 4055

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

#workflow_idString

The workflowId of the workflow execution to cancel.

Returns:

  • (String)


4055
4056
4057
4058
4059
4060
4061
# File 'lib/aws-sdk-swf/types.rb', line 4055

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