Class: Aws::WorkMail::Types::ListMailboxExportJobsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#jobsArray<Types::MailboxExportJob>

The mailbox export job details.

Returns:



3167
3168
3169
3170
3171
3172
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3167

class ListMailboxExportJobsResponse < Struct.new(
  :jobs,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to retrieve the next page of results.

Returns:

  • (String)


3167
3168
3169
3170
3171
3172
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 3167

class ListMailboxExportJobsResponse < Struct.new(
  :jobs,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end