PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::CodePipeline::ActionExecution; use Moose; has ActionExecutionId => (is => 'ro', isa => 'Str', request_name => 'actionExecutionId', traits => ['NameInRequest']); has ErrorDetails => (is => 'ro', isa => 'Paws::CodePipeline::ErrorDetails', request_name => 'errorDetails', traits => ['NameInRequest']); has ExternalExecutionId => (is => 'ro', isa => 'Str', request_name => 'externalExecutionId', traits => ['NameInRequest']); has ExternalExecutionUrl => (is => 'ro', isa => 'Str', request_name => 'externalExecutionUrl', traits => ['NameInRequest']); has LastStatusChange => (is => 'ro', isa => 'Str', request_name => 'lastStatusChange', traits => ['NameInRequest']); has LastUpdatedBy => (is => 'ro', isa => 'Str', request_name => 'lastUpdatedBy', traits => ['NameInRequest']); has PercentComplete => (is => 'ro', isa => 'Int', request_name => 'percentComplete', traits => ['NameInRequest']); has Status => (is => 'ro', isa => 'Str', request_name => 'status', traits => ['NameInRequest']); has Summary => (is => 'ro', isa => 'Str', request_name => 'summary', traits => ['NameInRequest']); has Token => (is => 'ro', isa => 'Str', request_name => 'token', traits => ['NameInRequest']); 1; ### main pod documentation begin ### =head1 NAME Paws::CodePipeline::ActionExecution =head1 USAGE This class represents one of two things: =head3 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::CodePipeline::ActionExecution object: $service_obj->Method(Att1 => { ActionExecutionId => $value, ..., Token => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::CodePipeline::ActionExecution object: $result = $service_obj->Method(...); $result->Att1->ActionExecutionId =head1 DESCRIPTION Represents information about the run of an action. =head1 ATTRIBUTES =head2 ActionExecutionId => Str ID of the workflow action execution in the current stage. Use the GetPipelineState action to retrieve the current action execution details of the current stage. For older executions, this field might be empty. The action execution ID is available for executions run on or after March 2020. =head2 ErrorDetails => L The details of an error returned by a URL external to AWS. =head2 ExternalExecutionId => Str The external ID of the run of the action. =head2 ExternalExecutionUrl => Str The URL of a resource external to AWS that is used when running the action (for example, an external repository URL). =head2 LastStatusChange => Str The last status change of the action. =head2 LastUpdatedBy => Str The ARN of the user who last changed the pipeline. =head2 PercentComplete => Int A percentage of completeness of the action as it runs. =head2 Status => Str The status of the action, or for a completed action, the last status of the action. =head2 Summary => Str A summary of the run of the action. =head2 Token => Str The system-generated token used to identify a unique approval request. The token for each open approval request can be obtained using the C command. It is used to validate that the approval request corresponding to this token is still valid. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut