Class: Aws::Pinpoint::Types::GetSegmentExportJobsResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#export_jobs_responseTypes::ExportJobsResponse

Export job list.



5792
5793
5794
5795
# File 'lib/aws-sdk-pinpoint/types.rb', line 5792

class GetSegmentExportJobsResponse < Struct.new(
  :export_jobs_response)
  include Aws::Structure
end