NAME
Paws::Glue::WorkflowRun
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::Glue::WorkflowRun object:
$service_obj->Method(Att1 => { CompletedOn => $value, ..., WorkflowRunProperties => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::Glue::WorkflowRun object:
$result = $service_obj->Method(...);
$result->Att1->CompletedOn
DESCRIPTION
A workflow run is an execution of a workflow providing all the runtime information.
ATTRIBUTES
CompletedOn => Str
The date and time when the workflow run completed.
ErrorMessage => Str
This error message describes any error that may have occurred in starting the workflow run. Currently the only error message is "Concurrent runs exceeded for workflow: foo
."
Graph => Paws::Glue::WorkflowGraph
The graph representing all the Glue components that belong to the workflow as nodes and directed connections between them as edges.
Name => Str
Name of the workflow that was run.
PreviousRunId => Str
The ID of the previous workflow run.
StartedOn => Str
The date and time when the workflow run was started.
Statistics => Paws::Glue::WorkflowRunStatistics
The statistics of the run.
Status => Str
The status of the workflow run.
WorkflowRunId => Str
The ID of this workflow run.
WorkflowRunProperties => Paws::Glue::WorkflowRunProperties
The workflow run properties which were set during the run.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::Glue
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