class Aws::SWF::Types::DescribeWorkflowExecutionInput

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

data as a hash:

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

@!attribute [rw] domain

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

@!attribute [rw] execution

The workflow execution to describe.
@return [Types::WorkflowExecution]

Constants

SENSITIVE