VeevaConnectorProfileCredentials
public struct VeevaConnectorProfileCredentials : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The password that corresponds to the user name.
Declaration
Swift
public let password: String
-
The name of the user.
Declaration
Swift
public let username: String
-
Undocumented
Declaration
Swift
public init(password: String, username: String)
-
Declaration
Swift
public func validate(name: String) throws