Struct rusoto_opsworks::UpdateRdsDbInstanceRequest[][src]

pub struct UpdateRdsDbInstanceRequest {
    pub db_password: Option<String>,
    pub db_user: Option<String>,
    pub rds_db_instance_arn: String,
}

Fields

The database password.

The master user name.

The Amazon RDS instance's ARN.

Trait Implementations

impl Default for UpdateRdsDbInstanceRequest
[src]

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

impl Debug for UpdateRdsDbInstanceRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateRdsDbInstanceRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for UpdateRdsDbInstanceRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations