Struct aws_sdk_macie2::input::GetUsageStatisticsInput
source · #[non_exhaustive]pub struct GetUsageStatisticsInput { /* private fields */ }
Implementations§
source§impl GetUsageStatisticsInput
impl GetUsageStatisticsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetUsageStatistics, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetUsageStatistics, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetUsageStatistics
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetUsageStatisticsInput
.
source§impl GetUsageStatisticsInput
impl GetUsageStatisticsInput
sourcepub fn filter_by(&self) -> Option<&[UsageStatisticsFilter]>
pub fn filter_by(&self) -> Option<&[UsageStatisticsFilter]>
An array of objects, one for each condition to use to filter the query results. If you specify more than one condition, Amazon Macie uses an AND operator to join the conditions.
sourcepub fn max_results(&self) -> i32
pub fn max_results(&self) -> i32
The maximum number of items to include in each page of the response.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The nextToken string that specifies which page of results to return in a paginated response.
sourcepub fn sort_by(&self) -> Option<&UsageStatisticsSortBy>
pub fn sort_by(&self) -> Option<&UsageStatisticsSortBy>
The criteria to use to sort the query results.
sourcepub fn time_range(&self) -> Option<&TimeRange>
pub fn time_range(&self) -> Option<&TimeRange>
The inclusive time period to query usage 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, Amazon Macie provides usage data for the preceding 30 days.
Trait Implementations§
source§impl Clone for GetUsageStatisticsInput
impl Clone for GetUsageStatisticsInput
source§fn clone(&self) -> GetUsageStatisticsInput
fn clone(&self) -> GetUsageStatisticsInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for GetUsageStatisticsInput
impl Debug for GetUsageStatisticsInput
source§impl PartialEq<GetUsageStatisticsInput> for GetUsageStatisticsInput
impl PartialEq<GetUsageStatisticsInput> for GetUsageStatisticsInput
source§fn eq(&self, other: &GetUsageStatisticsInput) -> bool
fn eq(&self, other: &GetUsageStatisticsInput) -> bool
self
and other
values to be equal, and is used
by ==
.