UpdateJobRequest
public struct UpdateJobRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the job definition to update.
Declaration
Swift
public let jobName: String
-
Specifies the values with which to update the job definition.
Declaration
Swift
public let jobUpdate: JobUpdate
-
Undocumented
Declaration
Swift
public init(jobName: String, jobUpdate: JobUpdate)
-
Declaration
Swift
public func validate(name: String) throws