Class: Aws::Pinpoint::Types::GetSegmentImportJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetSegmentImportJobsResponse
- Defined in:
- gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#import_jobs_response ⇒ Types::ImportJobsResponse
Provides information about the status and settings of all the import jobs that are associated with an application or segment.
Instance Attribute Details
#import_jobs_response ⇒ Types::ImportJobsResponse
Provides information about the status and settings of all the import jobs that are associated with an application or segment. An import job is a job that imports endpoint definitions from one or more files.
7016 7017 7018 7019 7020 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 7016 class GetSegmentImportJobsResponse < Struct.new( :import_jobs_response) SENSITIVE = [] include Aws::Structure end |