GetImportFileTaskResponse

Types

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

Properties

Link copied to clipboard

The time that the import task completed.

Link copied to clipboard
val id: String?

The import file task id returned in the response of StartImportFileTask.

Link copied to clipboard

The name of the import task given in StartImportFileTask.

Link copied to clipboard

The S3 bucket where import file is located.

Link copied to clipboard

The Amazon S3 key name of the import file.

Link copied to clipboard

The number of records that failed to be imported.

Link copied to clipboard

The number of records successfully imported.

Link copied to clipboard

Start time of the import task.

Link copied to clipboard

Status of import file task.

Link copied to clipboard

The S3 bucket name for status report of import task.

Link copied to clipboard

The Amazon S3 key name for status report of import task. The report contains details about whether each record imported successfully or why it did not.

Functions

Link copied to clipboard
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