Class: Aws::Pinpoint::Types::GetSegmentImportJobsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::GetSegmentImportJobsResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpoint/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #import_jobs_response  ⇒ Types::ImportJobsResponse 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Provides information about the status and settings of all the import jobs that are associated with an application or segment.
 
Instance Attribute Details
#import_jobs_response ⇒ Types::ImportJobsResponse
Provides information about the status and settings of all the import jobs that are associated with an application or segment. An import job is a job that imports endpoint definitions from one or more files.
      7274 7275 7276 7277 7278  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 7274 class GetSegmentImportJobsResponse < Struct.new( :import_jobs_response) SENSITIVE = [] include Aws::Structure end  |