Struct aws_sdk_macie2::model::UsageStatisticsSortBy
source · #[non_exhaustive]pub struct UsageStatisticsSortBy { /* private fields */ }
Expand description
Specifies criteria for sorting the results of a query for Amazon Macie account quotas and usage data.
Implementations§
source§impl UsageStatisticsSortBy
impl UsageStatisticsSortBy
sourcepub fn key(&self) -> Option<&UsageStatisticsSortKey>
pub fn key(&self) -> Option<&UsageStatisticsSortKey>
The field to sort the results by.
source§impl UsageStatisticsSortBy
impl UsageStatisticsSortBy
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UsageStatisticsSortBy
.
Trait Implementations§
source§impl Clone for UsageStatisticsSortBy
impl Clone for UsageStatisticsSortBy
source§fn clone(&self) -> UsageStatisticsSortBy
fn clone(&self) -> UsageStatisticsSortBy
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 UsageStatisticsSortBy
impl Debug for UsageStatisticsSortBy
source§impl PartialEq<UsageStatisticsSortBy> for UsageStatisticsSortBy
impl PartialEq<UsageStatisticsSortBy> for UsageStatisticsSortBy
source§fn eq(&self, other: &UsageStatisticsSortBy) -> bool
fn eq(&self, other: &UsageStatisticsSortBy) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.