GetRelationalDatabaseMasterUserPasswordRequest
public struct GetRelationalDatabaseMasterUserPasswordRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The password version to return. Specifying CURRENT or PREVIOUS returns the current or previous passwords respectively. Specifying PENDING returns the newest version of the password that will rotate to CURRENT. After the PENDING password rotates to CURRENT, the PENDING password is no longer available. Default: CURRENT
Declaration
Swift
public let passwordVersion: RelationalDatabasePasswordVersion?
-
The name of your database for which to get the master user password.
Declaration
Swift
public let relationalDatabaseName: String
-
Undocumented
Declaration
Swift
public init(passwordVersion: RelationalDatabasePasswordVersion? = nil, relationalDatabaseName: String)
-
Declaration
Swift
public func validate(name: String) throws