NAME
Paws::Amplify::JobSummary
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::Amplify::JobSummary object:
$service_obj->Method(Att1 => { CommitId => $value, ..., Status => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::Amplify::JobSummary object:
$result = $service_obj->Method(...);
$result->Att1->CommitId
DESCRIPTION
Structure for the summary of a Job.
ATTRIBUTES
REQUIRED CommitId => Str
Commit Id from 3rd party repository provider for the Job.
REQUIRED CommitMessage => Str
Commit message from 3rd party repository provider for the Job.
REQUIRED CommitTime => Str
Commit date / time for the Job.
EndTime => Str
End date / time for the Job.
REQUIRED JobArn => Str
Arn for the Job.
REQUIRED JobId => Str
Unique Id for the Job.
REQUIRED JobType => Str
Type for the Job. \n "RELEASE": Manually released from source by using
StartJob API. "RETRY": Manually retried by using StartJob API.
"WEB_HOOK": Automatically triggered by WebHooks.
REQUIRED StartTime => Str
Start date / time for the Job.
REQUIRED Status => Str
Status for the Job.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::Amplify
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