class Aws::WorkMail::Types::ListMailboxExportJobsRequest

@note When making an API call, you may pass ListMailboxExportJobsRequest

data as a hash:

    {
      organization_id: "OrganizationId", # required
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] organization_id

The organization ID.
@return [String]

@!attribute [rw] next_token

The token to use to retrieve the next page of results.
@return [String]

@!attribute [rw] max_results

The maximum number of results to return in a single call.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/workmail-2017-10-01/ListMailboxExportJobsRequest AWS API Documentation

Constants

SENSITIVE