Struct aws_sdk_macie2::model::UsageTotal
source · [−]#[non_exhaustive]pub struct UsageTotal { /* private fields */ }
Expand description
Provides aggregated data for an Amazon Macie usage metric. The value for the metric reports estimated usage data for an account for the preceding 30 days or the current calendar month to date, depending on the time period (timeRange) specified in the request.
Implementations
sourceimpl UsageTotal
impl UsageTotal
sourceimpl UsageTotal
impl UsageTotal
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UsageTotal
.
Trait Implementations
sourceimpl Clone for UsageTotal
impl Clone for UsageTotal
sourcefn clone(&self) -> UsageTotal
fn clone(&self) -> UsageTotal
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for UsageTotal
impl Debug for UsageTotal
sourceimpl PartialEq<UsageTotal> for UsageTotal
impl PartialEq<UsageTotal> for UsageTotal
sourcefn eq(&self, other: &UsageTotal) -> bool
fn eq(&self, other: &UsageTotal) -> bool
impl StructuralPartialEq for UsageTotal
Auto Trait Implementations
impl RefUnwindSafe for UsageTotal
impl Send for UsageTotal
impl Sync for UsageTotal
impl Unpin for UsageTotal
impl UnwindSafe for UsageTotal
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more