Struct rusoto_machinelearning::RedshiftDatabase [] [src]

pub struct RedshiftDatabase {
    pub cluster_identifier: String,
    pub database_name: String,
}

Describes the database details required to connect to an Amazon Redshift database.

Fields

Trait Implementations

impl Default for RedshiftDatabase
[src]

[src]

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

impl Debug for RedshiftDatabase
[src]

[src]

Formats the value using the given formatter.

impl Clone for RedshiftDatabase
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more