GetRelationalDatabaseMasterUserPasswordResult
public struct GetRelationalDatabaseMasterUserPasswordResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The timestamp when the specified version of the master user password was created.
Declaration
Swift
public let createdAt: TimeStamp?
-
The master user password for the password version specified.
Declaration
Swift
public let masterUserPassword: String?
-
Undocumented
Declaration
Swift
public init(createdAt: TimeStamp? = nil, masterUserPassword: String? = nil)