Struct rusoto_elasticache::CreateSnapshotMessage [] [src]

pub struct CreateSnapshotMessage {
    pub cache_cluster_id: Option<String>,
    pub replication_group_id: Option<String>,
    pub snapshot_name: String,
}

Represents the input of a CreateSnapshot operation.

Fields

The identifier of an existing cache cluster. The snapshot is created from this cache cluster.

The identifier of an existing replication group. The snapshot is created from this replication group.

A name for the snapshot being created.

Trait Implementations

impl Default for CreateSnapshotMessage
[src]

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

impl Debug for CreateSnapshotMessage
[src]

Formats the value using the given formatter.

impl Clone for CreateSnapshotMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more