Class: Aws::Pinpoint::Types::GetExportJobsResponse

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.



4609
4610
4611
4612
# File 'lib/aws-sdk-pinpoint/types.rb', line 4609

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