You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SESV2::Types::ListImportJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::ListImportJobsResponse
- Defined in:
- (unknown)
Overview
An HTTP 200 response if the request succeeds, or an error message if the request fails.
Returned by:
Instance Attribute Summary collapse
-
#import_jobs ⇒ Array<Types::ImportJobSummary>
A list of the import job summaries.
-
#next_token ⇒ String
A string token indicating that there might be additional import jobs available to be listed.
Instance Attribute Details
#import_jobs ⇒ Array<Types::ImportJobSummary>
A list of the import job summaries.
#next_token ⇒ String
A string token indicating that there might be additional import jobs
available to be listed. Copy this token to a subsequent call to
ListImportJobs
with the same parameters to retrieve the next page of
import jobs.