Class: Aws::Pinpoint::Types::CreateImportJobResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#import_job_responseTypes::ImportJobResponse

Import job response.



2281
2282
2283
2284
# File 'lib/aws-sdk-pinpoint/types.rb', line 2281

class CreateImportJobResponse < Struct.new(
  :import_job_response)
  include Aws::Structure
end