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