Class: Aws::Pinpoint::Types::GetSegmentExportJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetSegmentExportJobsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
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.
9092 9093 9094 9095 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 9092 class GetSegmentExportJobsResponse < Struct.new( :export_jobs_response) include Aws::Structure end |