Struct aws_sdk_macie2::model::UsageByAccount
source · [−]#[non_exhaustive]pub struct UsageByAccount { /* private fields */ }
Expand description
Provides data for a specific usage metric and the corresponding quota for an Amazon Macie account.
Implementations
sourceimpl UsageByAccount
impl UsageByAccount
sourcepub fn currency(&self) -> Option<&Currency>
pub fn currency(&self) -> Option<&Currency>
The type of currency that the value for the metric (estimatedCost) is reported in.
sourcepub fn estimated_cost(&self) -> Option<&str>
pub fn estimated_cost(&self) -> Option<&str>
The estimated value for the metric.
sourcepub fn service_limit(&self) -> Option<&ServiceLimit>
pub fn service_limit(&self) -> Option<&ServiceLimit>
The current value for the quota that corresponds to the metric specified by the type field.
sourceimpl UsageByAccount
impl UsageByAccount
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UsageByAccount
.
Trait Implementations
sourceimpl Clone for UsageByAccount
impl Clone for UsageByAccount
sourcefn clone(&self) -> UsageByAccount
fn clone(&self) -> UsageByAccount
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 UsageByAccount
impl Debug for UsageByAccount
sourceimpl PartialEq<UsageByAccount> for UsageByAccount
impl PartialEq<UsageByAccount> for UsageByAccount
sourcefn eq(&self, other: &UsageByAccount) -> bool
fn eq(&self, other: &UsageByAccount) -> bool
impl StructuralPartialEq for UsageByAccount
Auto Trait Implementations
impl RefUnwindSafe for UsageByAccount
impl Send for UsageByAccount
impl Sync for UsageByAccount
impl Unpin for UsageByAccount
impl UnwindSafe for UsageByAccount
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