Struct rusoto_rds::CreateDBClusterParameterGroupResult [] [src]

pub struct CreateDBClusterParameterGroupResult {
    pub db_cluster_parameter_group: Option<DBClusterParameterGroup>,
}

Fields

Trait Implementations

impl Default for CreateDBClusterParameterGroupResult
[src]

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

impl Debug for CreateDBClusterParameterGroupResult
[src]

Formats the value using the given formatter.

impl Clone for CreateDBClusterParameterGroupResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more