class Aws::MachineLearning::Types::RDSDatabaseCredentials

The database credentials to connect to a database on an RDS DB instance.

@note When making an API call, you may pass RDSDatabaseCredentials

data as a hash:

    {
      username: "RDSDatabaseUsername", # required
      password: "RDSDatabasePassword", # required
    }

@!attribute [rw] username

The username to be used by Amazon ML to connect to database on an
Amazon RDS instance. The username should have sufficient permissions
to execute an `RDSSelectSqlQuery` query.
@return [String]

@!attribute [rw] password

The password to be used by Amazon ML to connect to a database on an
RDS DB instance. The password should have sufficient permissions to
execute the `RDSSelectQuery` query.
@return [String]

Constants

SENSITIVE