Struct rusoto_rds::DBParameterGroupNameMessage[][src]

pub struct DBParameterGroupNameMessage {
    pub db_parameter_group_name: Option<String>,
}

Contains the result of a successful invocation of the ModifyDBParameterGroup or ResetDBParameterGroup action.

Fields

Provides the name of the DB parameter group.

Trait Implementations

impl Default for DBParameterGroupNameMessage
[src]

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

impl Debug for DBParameterGroupNameMessage
[src]

Formats the value using the given formatter. Read more

impl Clone for DBParameterGroupNameMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DBParameterGroupNameMessage
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations