Struct rusoto_rds::DeleteDBParameterGroupMessage [] [src]

pub struct DeleteDBParameterGroupMessage {
    pub db_parameter_group_name: String,
}

Fields

The name of the DB parameter group.

Constraints:

  • Must be the name of an existing DB parameter group

  • You cannot delete a default DB parameter group

  • Cannot be associated with any DB instances

Trait Implementations

impl Default for DeleteDBParameterGroupMessage
[src]

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

impl Debug for DeleteDBParameterGroupMessage
[src]

Formats the value using the given formatter.

impl Clone for DeleteDBParameterGroupMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more