GetThirdPartyJobDetailsInput
public struct GetThirdPartyJobDetailsInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The clientToken portion of the clientId and clientToken pair used to verify that the calling entity is allowed access to the job and its details.
Declaration
Swift
public let clientToken: String -
The unique system-generated ID used for identifying the job.
Declaration
Swift
public let jobId: String -
Undocumented
Declaration
Swift
public init(clientToken: String, jobId: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
GetThirdPartyJobDetailsInput Structure Reference