GetJobUnlockCodeResult
public struct GetJobUnlockCodeResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The UnlockCode value for the specified job. The UnlockCode value can be accessed for up to 90 days after the job has been created.
Declaration
Swift
public let unlockCode: String?
-
Undocumented
Declaration
Swift
public init(unlockCode: String? = nil)