![]() |
![]()
| ![]() |
![]()
NAMEPaws::S3Control::JobListDescriptor 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::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 DESCRIPTIONContains the configuration and status information for a single job retrieved as part of a job list. ATTRIBUTESCreationTime => StrA timestamp indicating when the specified job was created. Description => StrThe user-specified description that was included in the specified job's "Create Job" request. JobId => StrThe ID for the specified job. Operation => StrThe operation that the specified job is configured to run on every object listed in the manifest. Priority => IntThe current priority for the specified job. ProgressSummary => Paws::S3Control::JobProgressSummaryDescribes 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 => StrThe specified job's current status. TerminationDate => StrA 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 ALSOThis class forms part of Paws, describing an object used in Paws::S3Control 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>
|