Job
public struct Job : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The execution steps for an execution job, for an Amplify app.
Declaration
Swift
public let steps: [Step]
-
Describes the summary for an execution job for an Amplify app.
Declaration
Swift
public let summary: JobSummary
-
Undocumented
Declaration
Swift
public init(steps: [Step], summary: JobSummary)