StopJobRequest
public struct StopJobRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The unique ID for an Amplify app.
Declaration
Swift
public let appId: String
-
The name for the branch, for the job.
Declaration
Swift
public let branchName: String
-
The unique id for the job.
Declaration
Swift
public let jobId: String
-
Undocumented
Declaration
Swift
public init(appId: String, branchName: String, jobId: String)
-
Declaration
Swift
public func validate(name: String) throws