Class: Aws::Pinpoint::Types::GetSegmentExportJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetSegmentExportJobsResponse
- 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.
7236 7237 7238 7239 7240 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7236 class GetSegmentExportJobsResponse < Struct.new( :export_jobs_response) SENSITIVE = [] include Aws::Structure end |