NAME

Paws::Snowball::JobListEntry

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::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

DESCRIPTION

Each 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.

ATTRIBUTES

CreationDate => Str

The creation date for this job.

Description => Str

The optional description of this specific job, for example Important Photos 2016-08-11.

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.

JobId => Str

The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

JobState => Str

The current state of this job.

JobType => Str

The type of job.

SnowballType => Str

The type of device used with this job.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::Snowball

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