class Aws::SWF::Types::RequestCancelWorkflowExecutionInput

@note When making an API call, you may pass RequestCancelWorkflowExecutionInput

data as a hash:

    {
      domain: "DomainName", # required
      workflow_id: "WorkflowId", # required
      run_id: "WorkflowRunIdOptional",
    }

@!attribute [rw] domain

The name of the domain containing the workflow execution to cancel.
@return [String]

@!attribute [rw] workflow_id

The workflowId of the workflow execution to cancel.
@return [String]

@!attribute [rw] run_id

The runId of the workflow execution to cancel.
@return [String]

Constants

SENSITIVE