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]

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

impl Debug for CreateSnapshotRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for CreateSnapshotRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CreateSnapshotRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations