Struct rusoto_rds::DBParameterGroupStatus [] [src]

pub struct DBParameterGroupStatus {
    pub db_parameter_group_name: Option<String>,
    pub parameter_apply_status: Option<String>,
}

The status of the DB parameter group.

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

Fields

The name of the DP parameter group.

The status of parameter updates.

Trait Implementations

impl Default for DBParameterGroupStatus
[src]

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

impl Debug for DBParameterGroupStatus
[src]

Formats the value using the given formatter.

impl Clone for DBParameterGroupStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more