Struct rusoto_ds::Snapshot [] [src]

pub struct Snapshot {
    pub directory_id: Option<String>,
    pub name: Option<String>,
    pub snapshot_id: Option<String>,
    pub start_time: Option<f64>,
    pub status: Option<String>,
    pub type_: Option<String>,
}

Describes a directory snapshot.

Fields

The directory identifier.

The descriptive name of the snapshot.

The snapshot identifier.

The date and time that the snapshot was taken.

The snapshot status.

The snapshot type.

Trait Implementations

impl Default for Snapshot
[src]

[src]

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

impl Debug for Snapshot
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Snapshot
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Snapshot

impl Sync for Snapshot