Class: Aws::Pinpoint::Types::GetSegmentExportJobsResponse

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.



7213
7214
7215
7216
7217
# File 'lib/aws-sdk-pinpoint/types.rb', line 7213

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