Class: Aws::Pinpoint::Types::CreateImportJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::CreateImportJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Instance Attribute Summary collapse
Instance Attribute Details
#import_job_response ⇒ Types::ImportJobResponse
999 1000 1001 1002 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 999 class CreateImportJobResponse < Struct.new( :import_job_response) include Aws::Structure end |