DatasetImportJobSummary

public struct DatasetImportJobSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date and time (in Unix time) that the dataset import job was created.

    Declaration

    Swift

    public let creationDateTime: TimeStamp?
  • The Amazon Resource Name (ARN) of the dataset import job.

    Declaration

    Swift

    public let datasetImportJobArn: String?
  • If a dataset import job fails, the reason behind the failure.

    Declaration

    Swift

    public let failureReason: String?
  • The name of the dataset import job.

    Declaration

    Swift

    public let jobName: String?
  • The date and time (in Unix time) that the dataset was last updated.

    Declaration

    Swift

    public let lastUpdatedDateTime: TimeStamp?
  • The status of the dataset import job. A dataset import job can be in one of the following states: CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED

    Declaration

    Swift

    public let status: String?
  • Undocumented

    Declaration

    Swift

    public init(creationDateTime: TimeStamp? = nil, datasetImportJobArn: String? = nil, failureReason: String? = nil, jobName: String? = nil, lastUpdatedDateTime: TimeStamp? = nil, status: String? = nil)