DeleteJobRequest
public struct DeleteJobRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the job definition to delete.
Declaration
Swift
public let jobName: String
-
Undocumented
Declaration
Swift
public init(jobName: String)
-
Declaration
Swift
public func validate(name: String) throws