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 cluster. The snapshot is created from this 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]

[src]

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

impl Debug for CreateSnapshotMessage
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CreateSnapshotMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations