ThirdPartyJob
public struct ThirdPartyJob : 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 clientId: String?
-
The identifier used to identify the job in AWS CodePipeline.
Declaration
Swift
public let jobId: String?
-
Undocumented
Declaration
Swift
public init(clientId: String? = nil, jobId: String? = nil)