GetJobBookmarkResponse
public struct GetJobBookmarkResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A structure that defines a point that a job can resume processing.
Declaration
Swift
public let jobBookmarkEntry: JobBookmarkEntry?
-
Undocumented
Declaration
Swift
public init(jobBookmarkEntry: JobBookmarkEntry? = nil)