Struct aws_sdk_macie2::input::GetUsageTotalsInput [−][src]
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.time_range: Option<String>
The inclusive time period to retrieve the data for. Valid values are: MONTH_TO_DATE, for the current calendar month to date; and, PAST_30_DAYS, for the preceding 30 days. If you don't specify a value for this parameter, Amazon Macie provides aggregated usage data for the preceding 30 days.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetUsageTotals, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetUsageTotals, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<GetUsageTotals
>
Creates a new builder-style object to manufacture GetUsageTotalsInput
The inclusive time period to retrieve the data for. Valid values are: MONTH_TO_DATE, for the current calendar month to date; and, PAST_30_DAYS, for the preceding 30 days. If you don't specify a value for this parameter, Amazon Macie provides aggregated usage data for the preceding 30 days.
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 GetUsageTotalsInput
impl Send for GetUsageTotalsInput
impl Sync for GetUsageTotalsInput
impl Unpin for GetUsageTotalsInput
impl UnwindSafe for GetUsageTotalsInput
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