Class: Aws::Pinpoint::Types::ImportJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::ImportJobsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Import job list.
Instance Attribute Summary collapse
-
#item ⇒ Array<Types::ImportJobResponse>
A list of import jobs for the application.
-
#next_token ⇒ String
The string that you use in a subsequent request to get the next page of results in a paginated response.
Instance Attribute Details
#item ⇒ Array<Types::ImportJobResponse>
A list of import jobs for the application.
3253 3254 3255 3256 3257 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 3253 class ImportJobsResponse < Struct.new( :item, :next_token) include Aws::Structure end |
#next_token ⇒ String
The string that you use in a subsequent request to get the next page of results in a paginated response.
3253 3254 3255 3256 3257 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 3253 class ImportJobsResponse < Struct.new( :item, :next_token) include Aws::Structure end |