GetThirdPartyJobDetailsOutput
public struct GetThirdPartyJobDetailsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The details of the job, including any protected values defined for the job.
Declaration
Swift
public let jobDetails: ThirdPartyJobDetails?
-
Undocumented
Declaration
Swift
public init(jobDetails: ThirdPartyJobDetails? = nil)