Class: Aws::MailManager::Types::ListAddressListImportJobsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#import_jobsArray<Types::ImportJob>

The list of import jobs.

Returns:



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_tokenString

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.

Returns:

  • (String)


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