ConnectorProfileRedshiftConnectorProfileCredentials

data class ConnectorProfileRedshiftConnectorProfileCredentials(val password: String? = null, val username: String? = null)

Constructors

constructor(password: String? = null, username: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val password: String? = null

The password that corresponds to the username.

Link copied to clipboard
val username: String? = null

The name of the user.