Struct aws_sdk_workdocs::model::UserStorageMetadata
source · #[non_exhaustive]pub struct UserStorageMetadata { /* private fields */ }
Expand description
Describes the storage for a user.
Implementations§
source§impl UserStorageMetadata
impl UserStorageMetadata
sourcepub fn storage_utilized_in_bytes(&self) -> Option<i64>
pub fn storage_utilized_in_bytes(&self) -> Option<i64>
The amount of storage used, in bytes.
sourcepub fn storage_rule(&self) -> Option<&StorageRuleType>
pub fn storage_rule(&self) -> Option<&StorageRuleType>
The storage for a user.
source§impl UserStorageMetadata
impl UserStorageMetadata
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UserStorageMetadata
.
Trait Implementations§
source§impl Clone for UserStorageMetadata
impl Clone for UserStorageMetadata
source§fn clone(&self) -> UserStorageMetadata
fn clone(&self) -> UserStorageMetadata
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 UserStorageMetadata
impl Debug for UserStorageMetadata
source§impl PartialEq<UserStorageMetadata> for UserStorageMetadata
impl PartialEq<UserStorageMetadata> for UserStorageMetadata
source§fn eq(&self, other: &UserStorageMetadata) -> bool
fn eq(&self, other: &UserStorageMetadata) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.