Class: Aws::Pinpoint::Types::CreateImportJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::CreateImportJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#import_job_response ⇒ Types::ImportJobResponse
Provides information about the status and settings of a job that imports endpoint definitions from one or more files.
Instance Attribute Details
#import_job_response ⇒ Types::ImportJobResponse
Provides information about the status and settings of a job that imports endpoint definitions from one or more files. The files can be stored in an Amazon Simple Storage Service (Amazon S3) bucket or uploaded directly from a computer by using the Amazon Pinpoint console.
2813 2814 2815 2816 2817 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2813 class CreateImportJobResponse < Struct.new( :import_job_response) SENSITIVE = [] include Aws::Structure end |