ExportJobResponse

Provides information about the status and settings of a job that exports endpoint definitions to a file. The file can be added directly to an Amazon Simple Storage Service (Amazon S3) bucket by using the Amazon Pinpoint API or downloaded directly to a computer by using the Amazon Pinpoint console.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The resource settings that apply to the export job.

Link copied to clipboard

The number of pieces that weren't processed successfully (failed) by the export 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 export job, if any.

Link copied to clipboard
val id: String?

The unique identifier for the export job.

Link copied to clipboard

The status of the export 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 export 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 export job. Each piece consists of an approximately equal portion of the endpoint definitions that are part of the export job.

Link copied to clipboard

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

Link copied to clipboard
val type: String?

The job type. This value is EXPORT for export jobs.

Functions

Link copied to clipboard
inline fun copy(block: ExportJobResponse.Builder.() -> Unit = {}): ExportJobResponse
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String