Class: Aws::Pinpoint::Types::GetExportJobResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#export_job_responseTypes::ExportJobResponse

Export job response.



5612
5613
5614
5615
# File 'lib/aws-sdk-pinpoint/types.rb', line 5612

class GetExportJobResponse < Struct.new(
  :export_job_response)
  include Aws::Structure
end