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::Snowball::JobListEntry; use Moose; has CreationDate => (is => 'ro', isa => 'Str'); has Description => (is => 'ro', isa => 'Str'); has IsMaster => (is => 'ro', isa => 'Bool'); has JobId => (is => 'ro', isa => 'Str'); has JobState => (is => 'ro', isa => 'Str'); has JobType => (is => 'ro', isa => 'Str'); has SnowballType => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::Snowball::JobListEntry =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::Snowball::JobListEntry object: $service_obj->Method(Att1 => { CreationDate => $value, ..., SnowballType => $value }); =head3 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 =head1 DESCRIPTION Each C 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. =head1 ATTRIBUTES =head2 CreationDate => Str The creation date for this job. =head2 Description => Str The optional description of this specific job, for example C. =head2 IsMaster => Bool A 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. =head2 JobId => Str The automatically generated ID for a job, for example C. =head2 JobState => Str The current state of this job. =head2 JobType => Str The type of job. =head2 SnowballType => Str The type of device used with this job. =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