Class: Aws::Pinpoint::Types::ImportJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::ImportJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Instance Attribute Summary collapse
-
#application_id ⇒ String
The unique ID of the application to which the import job applies.
-
#completed_pieces ⇒ Integer
The number of pieces that have successfully imported as of the time of the request.
-
#completion_date ⇒ String
The date the import job completed in ISO 8601 format.
-
#creation_date ⇒ String
The date the import job was created in ISO 8601 format.
-
#definition ⇒ Types::ImportJobResource
The import job settings.
-
#failed_pieces ⇒ Integer
The number of pieces that have failed to import as of the time of the request.
- #failures ⇒ Array<String>
-
#id ⇒ String
The unique ID of the import job.
-
#job_status ⇒ String
The status of the import job.
-
#total_failures ⇒ Integer
The number of endpoints that failed to import; for example, because of syntax errors.
-
#total_pieces ⇒ Integer
The total number of pieces that must be imported to finish the job.
-
#total_processed ⇒ Integer
The number of endpoints that were processed by the import job.
-
#type ⇒ String
The job type.
Instance Attribute Details
#application_id ⇒ String
The unique ID of the application to which the import job applies.
3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 3225 class ImportJobResponse < Struct.new( :application_id, :completed_pieces, :completion_date, :creation_date, :definition, :failed_pieces, :failures, :id, :job_status, :total_failures, :total_pieces, :total_processed, :type) include Aws::Structure end |
#completed_pieces ⇒ Integer
The number of pieces that have successfully imported as of the time of the request.
3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 3225 class ImportJobResponse < Struct.new( :application_id, :completed_pieces, :completion_date, :creation_date, :definition, :failed_pieces, :failures, :id, :job_status, :total_failures, :total_pieces, :total_processed, :type) include Aws::Structure end |
#completion_date ⇒ String
The date the import job completed in ISO 8601 format.
3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 3225 class ImportJobResponse < Struct.new( :application_id, :completed_pieces, :completion_date, :creation_date, :definition, :failed_pieces, :failures, :id, :job_status, :total_failures, :total_pieces, :total_processed, :type) include Aws::Structure end |
#creation_date ⇒ String
The date the import job was created in ISO 8601 format.
3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 3225 class ImportJobResponse < Struct.new( :application_id, :completed_pieces, :completion_date, :creation_date, :definition, :failed_pieces, :failures, :id, :job_status, :total_failures, :total_pieces, :total_processed, :type) include Aws::Structure end |
#definition ⇒ Types::ImportJobResource
The import job settings.
3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 3225 class ImportJobResponse < Struct.new( :application_id, :completed_pieces, :completion_date, :creation_date, :definition, :failed_pieces, :failures, :id, :job_status, :total_failures, :total_pieces, :total_processed, :type) include Aws::Structure end |
#failed_pieces ⇒ Integer
The number of pieces that have failed to import as of the time of the request.
3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 3225 class ImportJobResponse < Struct.new( :application_id, :completed_pieces, :completion_date, :creation_date, :definition, :failed_pieces, :failures, :id, :job_status, :total_failures, :total_pieces, :total_processed, :type) include Aws::Structure end |
#failures ⇒ Array<String>
3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 3225 class ImportJobResponse < Struct.new( :application_id, :completed_pieces, :completion_date, :creation_date, :definition, :failed_pieces, :failures, :id, :job_status, :total_failures, :total_pieces, :total_processed, :type) include Aws::Structure end |
#id ⇒ String
The unique ID of the import job.
3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 3225 class ImportJobResponse < Struct.new( :application_id, :completed_pieces, :completion_date, :creation_date, :definition, :failed_pieces, :failures, :id, :job_status, :total_failures, :total_pieces, :total_processed, :type) include Aws::Structure end |
#job_status ⇒ String
The status of the import job. Valid values: CREATED, INITIALIZING, PROCESSING, COMPLETING, COMPLETED, FAILING, FAILED The job status is FAILED if one or more pieces failed to import.
3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 3225 class ImportJobResponse < Struct.new( :application_id, :completed_pieces, :completion_date, :creation_date, :definition, :failed_pieces, :failures, :id, :job_status, :total_failures, :total_pieces, :total_processed, :type) include Aws::Structure end |
#total_failures ⇒ Integer
The number of endpoints that failed to import; for example, because of syntax errors.
3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 3225 class ImportJobResponse < Struct.new( :application_id, :completed_pieces, :completion_date, :creation_date, :definition, :failed_pieces, :failures, :id, :job_status, :total_failures, :total_pieces, :total_processed, :type) include Aws::Structure end |
#total_pieces ⇒ Integer
The total number of pieces that must be imported to finish the job. Each piece is an approximately equal portion of the endpoints to import.
3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 3225 class ImportJobResponse < Struct.new( :application_id, :completed_pieces, :completion_date, :creation_date, :definition, :failed_pieces, :failures, :id, :job_status, :total_failures, :total_pieces, :total_processed, :type) include Aws::Structure end |
#total_processed ⇒ Integer
The number of endpoints that were processed by the import job.
3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 3225 class ImportJobResponse < Struct.new( :application_id, :completed_pieces, :completion_date, :creation_date, :definition, :failed_pieces, :failures, :id, :job_status, :total_failures, :total_pieces, :total_processed, :type) include Aws::Structure end |
#type ⇒ String
The job type. Will be Import.
3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 3225 class ImportJobResponse < Struct.new( :application_id, :completed_pieces, :completion_date, :creation_date, :definition, :failed_pieces, :failures, :id, :job_status, :total_failures, :total_pieces, :total_processed, :type) include Aws::Structure end |