Struct rusoto_rds::DBSecurityGroupMembership [] [src]

pub struct DBSecurityGroupMembership {
    pub db_security_group_name: Option<String>,
    pub status: Option<String>,
}

This data type is used as a response element in the following actions:

Fields

The name of the DB security group.

The status of the DB security group.

Trait Implementations

impl Default for DBSecurityGroupMembership
[src]

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

impl Debug for DBSecurityGroupMembership
[src]

Formats the value using the given formatter.

impl Clone for DBSecurityGroupMembership
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more