Class: Aws::Pinpoint::Types::GetExportJobsResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpoint/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#export_jobs_responseTypes::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.



6674
6675
6676
6677
6678
# File 'lib/aws-sdk-pinpoint/types.rb', line 6674

class GetExportJobsResponse < Struct.new(
  :export_jobs_response)
  SENSITIVE = []
  include Aws::Structure
end