![]() |
![]()
| ![]() |
![]()
NAMEPaws::Glue::WorkflowRun USAGEThis 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 DESCRIPTIONA workflow run is an execution of a workflow providing all the runtime information. ATTRIBUTESCompletedOn => StrThe date and time when the workflow run completed. ErrorMessage => StrThis 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::WorkflowGraphThe graph representing all the Glue components that belong to the workflow as nodes and directed connections between them as edges. Name => StrName of the workflow that was run. PreviousRunId => StrThe ID of the previous workflow run. StartedOn => StrThe date and time when the workflow run was started. Statistics => Paws::Glue::WorkflowRunStatisticsThe statistics of the run. Status => StrThe status of the workflow run. WorkflowRunId => StrThe ID of this workflow run. WorkflowRunProperties => Paws::Glue::WorkflowRunPropertiesThe workflow run properties which were set during the run. SEE ALSOThis class forms part of Paws, describing an object used in Paws::Glue BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|