JobDetails
public struct JobDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The AWS account ID associated with the job.
Declaration
Swift
public let accountId: String? -
Represents other information about a job required for a job worker to complete the job.
Declaration
Swift
public let data: JobData? -
The unique system-generated ID of the job.
Declaration
Swift
public let id: String? -
Undocumented
Declaration
Swift
public init(accountId: String? = nil, data: JobData? = nil, id: String? = nil)
View on GitHub
JobDetails Structure Reference