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:



6311
6312
6313
6314
6315
# File 'lib/aws-sdk-pinpoint/types.rb', line 6311

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)


6311
6312
6313
6314
6315
# File 'lib/aws-sdk-pinpoint/types.rb', line 6311

class ImportJobsResponse < Struct.new(
  :item,
  :next_token)
  include Aws::Structure
end