Struct rusoto_opsworks::DeregisterRdsDbInstanceRequest [] [src]

pub struct DeregisterRdsDbInstanceRequest {
    pub rds_db_instance_arn: String,
}

Fields

The Amazon RDS instance's ARN.

Trait Implementations

impl Default for DeregisterRdsDbInstanceRequest
[src]

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

impl Debug for DeregisterRdsDbInstanceRequest
[src]

Formats the value using the given formatter.

impl Clone for DeregisterRdsDbInstanceRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more