Class: Aws::Pinpoint::Types::GetSegmentImportJobsResponse

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.



5835
5836
5837
5838
# File 'lib/aws-sdk-pinpoint/types.rb', line 5835

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