Struct aws_sdk_macie2::model::SearchResourcesSortCriteria
source · [−]#[non_exhaustive]pub struct SearchResourcesSortCriteria {
pub attribute_name: Option<SearchResourcesSortAttributeName>,
pub order_by: Option<OrderBy>,
}
Expand description
Specifies criteria for sorting the results of a query for information about Amazon Web Services resources that Amazon Macie monitors and analyzes.
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.attribute_name: Option<SearchResourcesSortAttributeName>
The property to sort the results by.
order_by: Option<OrderBy>
The sort order to apply to the results, based on the value for the property specified by the attributeName property. Valid values are: ASC, sort the results in ascending order; and, DESC, sort the results in descending order.
Implementations
The property to sort the results by.
Creates a new builder-style object to manufacture SearchResourcesSortCriteria
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 SearchResourcesSortCriteria
impl Send for SearchResourcesSortCriteria
impl Sync for SearchResourcesSortCriteria
impl Unpin for SearchResourcesSortCriteria
impl UnwindSafe for SearchResourcesSortCriteria
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