Class: Aws::MailManager::Types::ListAddressListImportJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::ListAddressListImportJobsResponse
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#import_jobs ⇒ Array<Types::ImportJob>
The list of import jobs.
-
#next_token ⇒ String
If NextToken is returned, there are more results available.
Instance Attribute Details
#import_jobs ⇒ Array<Types::ImportJob>
The list of import jobs.
2587 2588 2589 2590 2591 2592 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 2587 class ListAddressListImportJobsResponse < Struct.new( :import_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If NextToken is returned, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
2587 2588 2589 2590 2591 2592 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 2587 class ListAddressListImportJobsResponse < Struct.new( :import_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |