Struct aws_sdk_macie2::output::GetUsageStatisticsOutput
source · [−]#[non_exhaustive]pub struct GetUsageStatisticsOutput { /* private fields */ }
Implementations
sourceimpl GetUsageStatisticsOutput
impl GetUsageStatisticsOutput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
sourcepub fn records(&self) -> Option<&[UsageRecord]>
pub fn records(&self) -> Option<&[UsageRecord]>
An array of objects that contains the results of the query. Each object contains the data for an account that meets the filter criteria specified in the request.
sourcepub fn time_range(&self) -> Option<&TimeRange>
pub fn time_range(&self) -> Option<&TimeRange>
The inclusive time period that the usage data applies to. Possible values are: MONTH_TO_DATE, for the current calendar month to date; and, PAST_30_DAYS, for the preceding 30 days.
sourceimpl GetUsageStatisticsOutput
impl GetUsageStatisticsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetUsageStatisticsOutput
.
Trait Implementations
sourceimpl Clone for GetUsageStatisticsOutput
impl Clone for GetUsageStatisticsOutput
sourcefn clone(&self) -> GetUsageStatisticsOutput
fn clone(&self) -> GetUsageStatisticsOutput
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 GetUsageStatisticsOutput
impl Debug for GetUsageStatisticsOutput
sourceimpl PartialEq<GetUsageStatisticsOutput> for GetUsageStatisticsOutput
impl PartialEq<GetUsageStatisticsOutput> for GetUsageStatisticsOutput
sourcefn eq(&self, other: &GetUsageStatisticsOutput) -> bool
fn eq(&self, other: &GetUsageStatisticsOutput) -> bool
impl StructuralPartialEq for GetUsageStatisticsOutput
Auto Trait Implementations
impl RefUnwindSafe for GetUsageStatisticsOutput
impl Send for GetUsageStatisticsOutput
impl Sync for GetUsageStatisticsOutput
impl Unpin for GetUsageStatisticsOutput
impl UnwindSafe for GetUsageStatisticsOutput
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