DescribeJobResponse
public struct DescribeJobResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An S3 link to the job document.
Declaration
Swift
public let documentSource: String? -
Information about the job.
Declaration
Swift
public let job: Job? -
Undocumented
Declaration
Swift
public init(documentSource: String? = nil, job: Job? = nil)
View on GitHub
DescribeJobResponse Structure Reference