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

Class: Aws::SWF::Types::DescribeWorkflowExecutionInput

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#domainString

The name of the domain containing the workflow execution.

Returns:

  • (String)

    The name of the domain containing the workflow execution.

#executionTypes::WorkflowExecution

The workflow execution to describe.

Returns: