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