NAME
Paws::WorkMail::MailboxExportJob
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::WorkMail::MailboxExportJob object:
$service_obj->Method(Att1 => { Description => $value, ..., State => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::WorkMail::MailboxExportJob object:
$result = $service_obj->Method(...);
$result->Att1->Description
DESCRIPTION
The details of a mailbox export job, including the user or resource ID associated with the mailbox and the S3 bucket that the mailbox contents are exported to.
ATTRIBUTES
Description => Str
The mailbox export job description.
EndTime => Str
The mailbox export job end timestamp.
EntityId => Str
The identifier of the user or resource associated with the mailbox.
EstimatedProgress => Int
The estimated progress of the mailbox export job, in percentage points.
JobId => Str
The identifier of the mailbox export job.
S3BucketName => Str
The name of the S3 bucket.
S3Path => Str
The path to the S3 bucket and file that the mailbox export job exports to.
StartTime => Str
The mailbox export job start timestamp.
State => Str
The state of the mailbox export job.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::WorkMail
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