![]() |
![]()
| ![]() |
![]()
NAMEPaws::WorkMail::MailboxExportJob 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::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 DESCRIPTIONThe 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. ATTRIBUTESDescription => StrThe mailbox export job description. EndTime => StrThe mailbox export job end timestamp. EntityId => StrThe identifier of the user or resource associated with the mailbox. EstimatedProgress => IntThe estimated progress of the mailbox export job, in percentage points. JobId => StrThe identifier of the mailbox export job. S3BucketName => StrThe name of the S3 bucket. S3Path => StrThe path to the S3 bucket and file that the mailbox export job exports to. StartTime => StrThe mailbox export job start timestamp. State => StrThe state of the mailbox export job. SEE ALSOThis class forms part of Paws, describing an object used in Paws::WorkMail 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>
|