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
sourceimpl 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.
sourceimpl SortCriteria
impl SortCriteria
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SortCriteria
.
Trait Implementations
sourceimpl Clone for SortCriteria
impl Clone for SortCriteria
sourcefn clone(&self) -> SortCriteria
fn clone(&self) -> SortCriteria
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for SortCriteria
impl Debug for SortCriteria
sourceimpl PartialEq<SortCriteria> for SortCriteria
impl PartialEq<SortCriteria> for SortCriteria
sourcefn eq(&self, other: &SortCriteria) -> bool
fn eq(&self, other: &SortCriteria) -> bool
impl StructuralPartialEq for SortCriteria
Auto Trait Implementations
impl RefUnwindSafe for SortCriteria
impl Send for SortCriteria
impl Sync for SortCriteria
impl Unpin for SortCriteria
impl UnwindSafe for SortCriteria
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more