Struct rusoto_ds::CreateSnapshotRequest [] [src]

pub struct CreateSnapshotRequest {
    pub directory_id: String,
    pub name: Option<String>,
}

Contains the inputs for the CreateSnapshot operation.

Fields

The identifier of the directory of which to take a snapshot.

The descriptive name to apply to the snapshot.

Trait Implementations

impl Default for CreateSnapshotRequest
[src]

[src]

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

impl Debug for CreateSnapshotRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CreateSnapshotRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations