Struct rusoto_machinelearning::RDSDatabase [] [src]

pub struct RDSDatabase {
    pub database_name: String,
    pub instance_identifier: String,
}

The database details of an Amazon RDS database.

Fields

The ID of an RDS DB instance.

Trait Implementations

impl Default for RDSDatabase
[src]

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

impl Debug for RDSDatabase
[src]

Formats the value using the given formatter.

impl Clone for RDSDatabase
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more