Struct aws_sdk_macie2::input::GetUsageStatisticsInput
source · [−]#[non_exhaustive]pub struct GetUsageStatisticsInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for GetUsageStatisticsInput
impl Clone for GetUsageStatisticsInput
sourcefn clone(&self) -> GetUsageStatisticsInput
fn clone(&self) -> GetUsageStatisticsInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more