Class: Aws::Pinpoint::Types::GetExportJobsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::GetExportJobsResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpoint/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #export_jobs_response  ⇒ Types::ExportJobsResponse 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Provides information about all the export jobs that are associated with an application or segment.
 
Instance Attribute Details
#export_jobs_response ⇒ Types::ExportJobsResponse
Provides information about all the export jobs that are associated with an application or segment. An export job is a job that exports endpoint definitions to a file.
      6698 6699 6700 6701 6702  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 6698 class GetExportJobsResponse < Struct.new( :export_jobs_response) SENSITIVE = [] include Aws::Structure end  |