GetPasswordDataResult
public struct GetPasswordDataResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the Windows instance.
Declaration
Swift
public let instanceId: String? -
The password of the instance. Returns an empty string if the password is not available.
Declaration
Swift
public let passwordData: String? -
The time the data was last updated.
Declaration
Swift
public let timestamp: TimeStamp? -
Undocumented
Declaration
Swift
public init(instanceId: String? = nil, passwordData: String? = nil, timestamp: TimeStamp? = nil)
View on GitHub
GetPasswordDataResult Structure Reference