ListJobsOutput
public struct ListJobsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of job objects. Each job object contains metadata describing the job.
Declaration
Swift
public let jobList: [GlacierJobDescription]?
-
An opaque string used for pagination that specifies the job at which the listing of jobs should begin. You get the marker value from a previous List Jobs response. You only need to include the marker if you are continuing the pagination of the results started in a previous List Jobs request.
Declaration
Swift
public let marker: String?
-
Undocumented
Declaration
Swift
public init(jobList: [GlacierJobDescription]? = nil, marker: String? = nil)