Class: Aws::Pinpoint::Types::CreateExportJobResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::CreateExportJobResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpoint/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #export_job_response  ⇒ Types::ExportJobResponse 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Provides information about the status and settings of a job that exports endpoint definitions to a file.
 
Instance Attribute Details
#export_job_response ⇒ Types::ExportJobResponse
Provides information about the status and settings of a job that exports endpoint definitions to a file. The file can be added directly to an Amazon Simple Storage Service (Amazon S3) bucket by using the Amazon Pinpoint API or downloaded directly to a computer by using the Amazon Pinpoint console.
      2780 2781 2782 2783 2784  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 2780 class CreateExportJobResponse < Struct.new( :export_job_response) SENSITIVE = [] include Aws::Structure end  |