Connector Profile Redshift Connector Profile Credentials
data class ConnectorProfileRedshiftConnectorProfileCredentials(val password: String? = null, val username: String? = null)
Constructors
Link copied to clipboard
fun ConnectorProfileRedshiftConnectorProfileCredentials(password: String? = null, username: String? = null)