Class: Aws::Pinpoint::Types::CreateImportJobRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::CreateImportJobRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpoint/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- #application_id ⇒ String
 - 
  
    
      #import_job_request  ⇒ Types::ImportJobRequest 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the settings for a job that imports endpoint definitions from an Amazon Simple Storage Service (Amazon S3) bucket.
 
Instance Attribute Details
#application_id ⇒ String
      2796 2797 2798 2799 2800 2801  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 2796 class CreateImportJobRequest < Struct.new( :application_id, :import_job_request) SENSITIVE = [] include Aws::Structure end  | 
  
#import_job_request ⇒ Types::ImportJobRequest
Specifies the settings for a job that imports endpoint definitions from an Amazon Simple Storage Service (Amazon S3) bucket.
      2796 2797 2798 2799 2800 2801  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 2796 class CreateImportJobRequest < Struct.new( :application_id, :import_job_request) SENSITIVE = [] include Aws::Structure end  |