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.



4707
4708
4709
4710
# File 'lib/aws-sdk-pinpoint/types.rb', line 4707

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