Class: Aws::Pinpoint::Types::GetImportJobsResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#import_jobs_responseTypes::ImportJobsResponse

Import job list.



5749
5750
5751
5752
# File 'lib/aws-sdk-pinpoint/types.rb', line 5749

class GetImportJobsResponse < Struct.new(
  :import_jobs_response)
  include Aws::Structure
end