Struct rusoto_machinelearning::RDSDatabaseCredentials [] [src]

pub struct RDSDatabaseCredentials {
    pub password: String,
    pub username: String,
}

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

Fields

Trait Implementations

impl Default for RDSDatabaseCredentials
[src]

Returns the "default value" for a type. Read more

impl Debug for RDSDatabaseCredentials
[src]

Formats the value using the given formatter.

impl Clone for RDSDatabaseCredentials
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more