Struct rusoto_ds::GetSnapshotLimitsResult [] [src]

pub struct GetSnapshotLimitsResult {
    pub snapshot_limits: Option<SnapshotLimits>,
}

Contains the results of the GetSnapshotLimits operation.

Fields

A SnapshotLimits object that contains the manual snapshot limits for the specified directory.

Trait Implementations

impl Default for GetSnapshotLimitsResult
[src]

[src]

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

impl Debug for GetSnapshotLimitsResult
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetSnapshotLimitsResult
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more