GetImportJobResponse
public struct GetImportJobResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The time stamp of when the import job was completed.
Declaration
Swift
public let completedTimestamp: TimeStamp?
-
The time stamp of when the import job was created.
Declaration
Swift
public let createdTimestamp: TimeStamp?
-
The number of records that failed processing because of invalid input or other reasons.
Declaration
Swift
public let failedRecordsCount: Int?
-
The failure details about an import job.
Declaration
Swift
public let failureInfo: FailureInfo?
-
The data source of the import job.
Declaration
Swift
public let importDataSource: ImportDataSource?
-
The destination of the import job.
Declaration
Swift
public let importDestination: ImportDestination?
-
A string that represents the import job ID.
Declaration
Swift
public let jobId: String?
-
The status of the import job.
Declaration
Swift
public let jobStatus: JobStatus?
-
The current number of records processed.
Declaration
Swift
public let processedRecordsCount: Int?
-
init(completedTimestamp:createdTimestamp:failedRecordsCount:failureInfo:importDataSource:importDestination:jobId:jobStatus:processedRecordsCount:)
Undocumented
Declaration
Swift
public init(completedTimestamp: TimeStamp? = nil, createdTimestamp: TimeStamp? = nil, failedRecordsCount: Int? = nil, failureInfo: FailureInfo? = nil, importDataSource: ImportDataSource? = nil, importDestination: ImportDestination? = nil, jobId: String? = nil, jobStatus: JobStatus? = nil, processedRecordsCount: Int? = nil)