Struct aws_sdk_macie2::model::UsageTotal
source · [−]#[non_exhaustive]pub struct UsageTotal {
pub currency: Option<Currency>,
pub estimated_cost: Option<String>,
pub type: Option<UsageType>,
}
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.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.currency: Option<Currency>
The type of currency that the value for the metric (estimatedCost) is reported in.
estimated_cost: Option<String>
The estimated value for the metric.
type: Option<UsageType>
The name of the metric. Possible values are: DATA_INVENTORY_EVALUATION, for monitoring S3 buckets; and, SENSITIVE_DATA_DISCOVERY, for analyzing S3 objects to detect sensitive data.
Implementations
The type of currency that the value for the metric (estimatedCost) is reported in.
The estimated value for the metric.
Creates a new builder-style object to manufacture UsageTotal
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more