Struct rusoto_ds::SnapshotLimits [] [src]

pub struct SnapshotLimits {
    pub manual_snapshots_current_count: Option<i64>,
    pub manual_snapshots_limit: Option<i64>,
    pub manual_snapshots_limit_reached: Option<bool>,
}

Contains manual snapshot limit information for a directory.

Fields

The current number of manual snapshots of the directory.

The maximum number of manual snapshots allowed.

Indicates if the manual snapshot limit has been reached.

Trait Implementations

impl Default for SnapshotLimits
[src]

[src]

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

impl Debug for SnapshotLimits
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SnapshotLimits
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations