You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::WorkMail::Types::DescribeMailboxExportJobRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeMailboxExportJobRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  job_id: "MailboxExportJobId", # required
  organization_id: "OrganizationId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The mailbox export job ID.

Returns:

  • (String)

    The mailbox export job ID.

#organization_idString

The organization ID.

Returns:

  • (String)

    The organization ID.