GetRandomPasswordResponse
public struct GetRandomPasswordResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A string with the generated password.
Declaration
Swift
public let randomPassword: String? -
Undocumented
Declaration
Swift
public init(randomPassword: String? = nil)
View on GitHub
GetRandomPasswordResponse Structure Reference