Struct rusoto_rds::DeleteDBSubnetGroupMessage [] [src]

pub struct DeleteDBSubnetGroupMessage {
    pub db_subnet_group_name: String,
}

Fields

The name of the database subnet group to delete.

You cannot delete the default subnet group.

Constraints:

Constraints: Must contain no more than 255 alphanumeric characters, periods, underscores, spaces, or hyphens. Must not be default.

Example: mySubnetgroup

Trait Implementations

impl Default for DeleteDBSubnetGroupMessage
[src]

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

impl Debug for DeleteDBSubnetGroupMessage
[src]

Formats the value using the given formatter.

impl Clone for DeleteDBSubnetGroupMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more