NAME
Paws::SimpleWorkflow::DescribeWorkflowExecution - Arguments for method DescribeWorkflowExecution on Paws::SimpleWorkflow
DESCRIPTION
This class represents the parameters used for calling the method DescribeWorkflowExecution on the Amazon Simple Workflow Service service. Use the attributes of this class as arguments to method DescribeWorkflowExecution.
You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to DescribeWorkflowExecution.
SYNOPSIS
my $swf = Paws->service('SimpleWorkflow');
my $WorkflowExecutionDetail = $swf->DescribeWorkflowExecution(
Domain => 'MyDomainName',
Execution => {
RunId => 'MyWorkflowRunId', # min: 1, max: 64
WorkflowId => 'MyWorkflowId', # min: 1, max: 256
},
);
# Results:
my $ExecutionConfiguration =
$WorkflowExecutionDetail->ExecutionConfiguration;
my $ExecutionInfo = $WorkflowExecutionDetail->ExecutionInfo;
my $LatestActivityTaskTimestamp =
$WorkflowExecutionDetail->LatestActivityTaskTimestamp;
my $LatestExecutionContext =
$WorkflowExecutionDetail->LatestExecutionContext;
my $OpenCounts = $WorkflowExecutionDetail->OpenCounts;
# Returns a L<Paws::SimpleWorkflow::WorkflowExecutionDetail> object.
Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see https://docs.aws.amazon.com/goto/WebAPI/swf/DescribeWorkflowExecution
ATTRIBUTES
REQUIRED Domain => Str
The name of the domain containing the workflow execution.
REQUIRED Execution => Paws::SimpleWorkflow::WorkflowExecution
The workflow execution to describe.
SEE ALSO
This class forms part of Paws, documenting arguments for method DescribeWorkflowExecution in Paws::SimpleWorkflow
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues