![]() |
![]()
| ![]() |
![]()
NAMEPaws::Snowball::JobListEntry 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::Snowball::JobListEntry object: $service_obj->Method(Att1 => { CreationDate => $value, ..., SnowballType => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Snowball::JobListEntry object: $result = $service_obj->Method(...); $result->Att1->CreationDate DESCRIPTIONEach "JobListEntry" object contains a job's state, a job's ID, and a value that indicates whether the job is a job part, in the case of an export job. ATTRIBUTESCreationDate => StrThe creation date for this job. Description => StrThe optional description of this specific job, for example "Important Photos 2016-08-11". IsMaster => BoolA value that indicates that this job is a main job. A main job represents a successful request to create an export job. Main jobs aren't associated with any Snowballs. Instead, each main job will have at least one job part, and each job part is associated with a Snowball. It might take some time before the job parts associated with a particular main job are listed, because they are created after the main job is created. JobId => StrThe automatically generated ID for a job, for example "JID123e4567-e89b-12d3-a456-426655440000". JobState => StrThe current state of this job. JobType => StrThe type of job. SnowballType => StrThe type of device used with this job. SEE ALSOThis class forms part of Paws, describing an object used in Paws::Snowball 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>
|