Struct rusoto_elasticache::DeleteCacheClusterMessage [] [src]

pub struct DeleteCacheClusterMessage {
    pub cache_cluster_id: String,
    pub final_snapshot_identifier: Option<String>,
}

Represents the input of a DeleteCacheCluster operation.

Fields

The cache cluster identifier for the cluster to be deleted. This parameter is not case sensitive.

The user-supplied name of a final cache cluster snapshot. This is the unique name that identifies the snapshot. ElastiCache creates the snapshot, and then deletes the cache cluster immediately afterward.

Trait Implementations

impl Default for DeleteCacheClusterMessage
[src]

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

impl Debug for DeleteCacheClusterMessage
[src]

Formats the value using the given formatter.

impl Clone for DeleteCacheClusterMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more