Class: Aws::Pinpoint::Types::GetImportJobResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::GetImportJobResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpoint/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #import_job_response  ⇒ Types::ImportJobResponse 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Provides information about the status and settings of a job that imports endpoint definitions from one or more files.
 
Instance Attribute Details
#import_job_response ⇒ Types::ImportJobResponse
Provides information about the status and settings of a job that imports endpoint definitions from one or more files. The files can be stored in an Amazon Simple Storage Service (Amazon S3) bucket or uploaded directly from a computer by using the Amazon Pinpoint console.
      6754 6755 6756 6757 6758  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 6754 class GetImportJobResponse < Struct.new( :import_job_response) SENSITIVE = [] include Aws::Structure end  |