JobLogs
public struct JobLogs : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A link to an Amazon S3 presigned URL where the job completion report is located.
Declaration
Swift
public let jobCompletionReportURI: String?
-
A link to an Amazon S3 presigned URL where the job failure log is located.
Declaration
Swift
public let jobFailureLogURI: String?
-
A link to an Amazon S3 presigned URL where the job success log is located.
Declaration
Swift
public let jobSuccessLogURI: String?
-
Undocumented
Declaration
Swift
public init(jobCompletionReportURI: String? = nil, jobFailureLogURI: String? = nil, jobSuccessLogURI: String? = nil)