Struct rusoto_elasticache::DeleteCacheParameterGroupMessage [] [src]

pub struct DeleteCacheParameterGroupMessage {
    pub cache_parameter_group_name: String,
}

Represents the input of a DeleteCacheParameterGroup operation.

Fields

The name of the cache parameter group to delete.

The specified cache security group must not be associated with any clusters.

Trait Implementations

impl Default for DeleteCacheParameterGroupMessage
[src]

[src]

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

impl Debug for DeleteCacheParameterGroupMessage
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteCacheParameterGroupMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations