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