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 cluster identifier for the cluster to be deleted. This parameter is not case sensitive.

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

Trait Implementations

impl Default for DeleteCacheClusterMessage
[src]

[src]

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

impl Debug for DeleteCacheClusterMessage
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteCacheClusterMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations