Class: Aws::WorkMail::Types::ListMailboxExportJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::ListMailboxExportJobsResponse
- Defined in:
- gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#jobs ⇒ Array<Types::MailboxExportJob>
The mailbox export job details.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#jobs ⇒ Array<Types::MailboxExportJob>
The mailbox export job details.
1903 1904 1905 1906 1907 1908 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1903 class ListMailboxExportJobsResponse < Struct.new( :jobs, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results.
1903 1904 1905 1906 1907 1908 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1903 class ListMailboxExportJobsResponse < Struct.new( :jobs, :next_token) SENSITIVE = [] include Aws::Structure end |