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.



5650
5651
5652
5653
# File 'lib/aws-sdk-pinpoint/types.rb', line 5650

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