Struct rusoto_ds::RestoreFromSnapshotRequest [] [src]

pub struct RestoreFromSnapshotRequest {
    pub snapshot_id: String,
}

An object representing the inputs for the RestoreFromSnapshot operation.

Fields

The identifier of the snapshot to restore from.

Trait Implementations

impl Default for RestoreFromSnapshotRequest
[src]

[src]

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

impl Debug for RestoreFromSnapshotRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for RestoreFromSnapshotRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations