#[non_exhaustive]pub struct GetSnapshotLimitsOutput { /* private fields */ }Expand description
Contains the results of the GetSnapshotLimits operation.
Implementations§
source§impl GetSnapshotLimitsOutput
impl GetSnapshotLimitsOutput
sourcepub fn snapshot_limits(&self) -> Option<&SnapshotLimits>
pub fn snapshot_limits(&self) -> Option<&SnapshotLimits>
A SnapshotLimits object that contains the manual snapshot limits for the specified directory.
source§impl GetSnapshotLimitsOutput
impl GetSnapshotLimitsOutput
sourcepub fn builder() -> GetSnapshotLimitsOutputBuilder
pub fn builder() -> GetSnapshotLimitsOutputBuilder
Creates a new builder-style object to manufacture GetSnapshotLimitsOutput.
Trait Implementations§
source§impl Clone for GetSnapshotLimitsOutput
impl Clone for GetSnapshotLimitsOutput
source§fn clone(&self) -> GetSnapshotLimitsOutput
fn clone(&self) -> GetSnapshotLimitsOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for GetSnapshotLimitsOutput
impl Debug for GetSnapshotLimitsOutput
source§impl PartialEq<GetSnapshotLimitsOutput> for GetSnapshotLimitsOutput
impl PartialEq<GetSnapshotLimitsOutput> for GetSnapshotLimitsOutput
source§fn eq(&self, other: &GetSnapshotLimitsOutput) -> bool
fn eq(&self, other: &GetSnapshotLimitsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for GetSnapshotLimitsOutput
impl RequestId for GetSnapshotLimitsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.