Builder

class Builder

Properties

Link copied to clipboard

The unique identifier for the application that's associated with the import job.

Link copied to clipboard

The number of pieces that were processed successfully (completed) by the import job, as of the time of the request.

Link copied to clipboard

The date, in ISO 8601 format, when the import job was completed.

Link copied to clipboard

The date, in ISO 8601 format, when the import job was created.

Link copied to clipboard

The resource settings that apply to the import job.

Link copied to clipboard

The number of pieces that weren't processed successfully (failed) by the import job, as of the time of the request.

Link copied to clipboard

An array of entries, one for each of the first 100 entries that weren't processed successfully (failed) by the import job, if any.

Link copied to clipboard
var id: String?

The unique identifier for the import job.

Link copied to clipboard

The status of the import job. The job status is FAILED if Amazon Pinpoint wasn't able to process one or more pieces in the job.

Link copied to clipboard

The total number of endpoint definitions that weren't processed successfully (failed) by the import job, typically because an error, such as a syntax error, occurred.

Link copied to clipboard

The total number of pieces that must be processed to complete the import job. Each piece consists of an approximately equal portion of the endpoint definitions that are part of the import job.

Link copied to clipboard

The total number of endpoint definitions that were processed by the import job.

Link copied to clipboard
var type: String?

The job type. This value is IMPORT for import jobs.

Functions

Link copied to clipboard