Class: Aws::Pinpoint::Types::ImportJobsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpoint/types.rb

Overview

Import job list.

Instance Attribute Summary collapse

Instance Attribute Details

#itemArray<Types::ImportJobResponse>

A list of import jobs for the application.

Returns:



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_tokenString

The string that you use in a subsequent request to get the next page of results in a paginated response.

Returns:

  • (String)


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