Struct rusoto_rds::StartDBInstanceMessage [] [src]

pub struct StartDBInstanceMessage {
    pub db_instance_identifier: String,
}

Fields

The user-supplied instance identifier.

Trait Implementations

impl Default for StartDBInstanceMessage
[src]

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

impl Debug for StartDBInstanceMessage
[src]

Formats the value using the given formatter.

impl Clone for StartDBInstanceMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more