ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsRedshift constructor
const
ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsRedshift({})
Creates a new ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsRedshift.
password Password that corresponds to the user name.
username Name of the user.
Implementation
const ConnectorProfileConnectorProfileConfigConnectorProfileCredentialsRedshift({
required this.password,
required this.username,
});