CreateJobRequest
public struct CreateJobRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The details for the CreateJob request.
Declaration
Swift
public let details: RequestDetails
-
The type of job to be created.
Declaration
Swift
public let type: Type
-
Undocumented
Declaration
Swift
public init(details: RequestDetails, type: Type)
-
Declaration
Swift
public func validate(name: String) throws