Struct rusoto_rds::DeleteDBSecurityGroupMessage [] [src]

pub struct DeleteDBSecurityGroupMessage {
    pub db_security_group_name: String,
}

Fields

The name of the DB security group to delete.

You cannot delete the default DB security group.

Constraints:

  • Must be 1 to 255 alphanumeric characters

  • First character must be a letter

  • Cannot end with a hyphen or contain two consecutive hyphens

  • Must not be "Default"

Trait Implementations

impl Default for DeleteDBSecurityGroupMessage
[src]

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

impl Debug for DeleteDBSecurityGroupMessage
[src]

Formats the value using the given formatter.

impl Clone for DeleteDBSecurityGroupMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more