JobListEntry

public struct JobListEntry : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The creation date for this job.

    Declaration

    Swift

    public let creationDate: TimeStamp?
  • The optional description of this specific job, for example Important Photos 2016-08-11.

    Declaration

    Swift

    public let description: String?
  • A value that indicates that this job is a master job. A master job represents a successful request to create an export job. Master jobs aren’t associated with any Snowballs. Instead, each master job will have at least one job part, and each job part is associated with a Snowball. It might take some time before the job parts associated with a particular master job are listed, because they are created after the master job is created.

    Declaration

    Swift

    public let isMaster: Bool?
  • The automatically generated ID for a job, for example JID123e4567-e89b-12d3-a456-426655440000.

    Declaration

    Swift

    public let jobId: String?
  • The current state of this job.

    Declaration

    Swift

    public let jobState: JobState?
  • The type of job.

    Declaration

    Swift

    public let jobType: JobType?
  • The type of device used with this job.

    Declaration

    Swift

    public let snowballType: SnowballType?
  • Undocumented

    Declaration

    Swift

    public init(creationDate: TimeStamp? = nil, description: String? = nil, isMaster: Bool? = nil, jobId: String? = nil, jobState: JobState? = nil, jobType: JobType? = nil, snowballType: SnowballType? = nil)