You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing RequestCancelWorkflowExecutionInput as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#domainString

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

Returns:

  • (String)

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

#run_idString

The runId of the workflow execution to cancel.

Returns:

  • (String)

    The runId of the workflow execution to cancel.

#workflow_idString

The workflowId of the workflow execution to cancel.

Returns:

  • (String)

    The workflowId of the workflow execution to cancel.