#[non_exhaustive]pub struct GetUsageStatisticsOutput { /* private fields */ }
Implementations§
source§impl 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 matches 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.
source§impl GetUsageStatisticsOutput
impl GetUsageStatisticsOutput
sourcepub fn builder() -> GetUsageStatisticsOutputBuilder
pub fn builder() -> GetUsageStatisticsOutputBuilder
Creates a new builder-style object to manufacture GetUsageStatisticsOutput
.
Trait Implementations§
source§impl Clone for GetUsageStatisticsOutput
impl Clone for GetUsageStatisticsOutput
source§fn clone(&self) -> GetUsageStatisticsOutput
fn clone(&self) -> GetUsageStatisticsOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GetUsageStatisticsOutput
impl Debug for GetUsageStatisticsOutput
source§impl PartialEq<GetUsageStatisticsOutput> for GetUsageStatisticsOutput
impl PartialEq<GetUsageStatisticsOutput> for GetUsageStatisticsOutput
source§fn eq(&self, other: &GetUsageStatisticsOutput) -> bool
fn eq(&self, other: &GetUsageStatisticsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetUsageStatisticsOutput
impl RequestId for GetUsageStatisticsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.