Struct rusoto_redshift::CreateClusterParameterGroupResult [] [src]

pub struct CreateClusterParameterGroupResult {
    pub cluster_parameter_group: Option<ClusterParameterGroup>,
}

Fields

Trait Implementations

impl Default for CreateClusterParameterGroupResult
[src]

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

impl Debug for CreateClusterParameterGroupResult
[src]

Formats the value using the given formatter.

impl Clone for CreateClusterParameterGroupResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more