Class: Aws::Pinpoint::Types::GetImportJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetImportJobsResponse
- Includes:
- Structure
- Defined in:
- 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.
6789 6790 6791 6792 6793 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 6789 class GetImportJobsResponse < Struct.new( :import_jobs_response) SENSITIVE = [] include Aws::Structure end |