CreateJobResponse
public struct CreateJobResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A section of the response body that provides information about the job that is created.
Declaration
Swift
public let job: Job? -
Undocumented
Declaration
Swift
public init(job: Job? = nil)
View on GitHub
CreateJobResponse Structure Reference