Struct aws_sdk_macie2::output::GetUsageStatisticsOutput [−][src]
#[non_exhaustive]pub struct GetUsageStatisticsOutput {
pub next_token: Option<String>,
pub records: Option<Vec<UsageRecord>>,
pub time_range: Option<TimeRange>,
}
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.next_token: Option<String>
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.
records: Option<Vec<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.
time_range: 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.
Implementations
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.
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.
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.
Creates a new builder-style object to manufacture GetUsageStatisticsOutput
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 GetUsageStatisticsOutput
impl Send for GetUsageStatisticsOutput
impl Sync for GetUsageStatisticsOutput
impl Unpin for GetUsageStatisticsOutput
impl UnwindSafe for GetUsageStatisticsOutput
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