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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-swf/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)


4085
4086
4087
4088
4089
4090
4091
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 4085

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)


4085
4086
4087
4088
4089
4090
4091
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 4085

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)


4085
4086
4087
4088
4089
4090
4091
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 4085

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