NAME
Paws::S3Control::JobListDescriptor
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::S3Control::JobListDescriptor object:
$service_obj->Method(Att1 => { CreationTime => $value, ..., TerminationDate => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::S3Control::JobListDescriptor object:
$result = $service_obj->Method(...);
$result->Att1->CreationTime
DESCRIPTION
Contains the configuration and status information for a single job retrieved as part of a job list.
ATTRIBUTES
CreationTime => Str
A timestamp indicating when the specified job was created.
Description => Str
The user-specified description that was included in the specified job's Create Job
request.
JobId => Str
The ID for the specified job.
Operation => Str
The operation that the specified job is configured to run on every object listed in the manifest.
Priority => Int
The current priority for the specified job.
ProgressSummary => Paws::S3Control::JobProgressSummary
Describes the total number of tasks that the specified job has run, the number of tasks that succeeded, and the number of tasks that failed.
Status => Str
The specified job's current status.
TerminationDate => Str
A timestamp indicating when the specified job terminated. A job's termination date is the date and time when it succeeded, failed, or was canceled.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::S3Control
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