Struct aws_sdk_macie2::model::FindingStatisticsSortCriteria [−][src]
#[non_exhaustive]pub struct FindingStatisticsSortCriteria {
pub attribute_name: Option<FindingStatisticsSortAttributeName>,
pub order_by: Option<OrderBy>,
}
Expand description
Specifies criteria for sorting the results of a query that retrieves aggregated statistical data about findings.
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<FindingStatisticsSortAttributeName>
The grouping to sort the results by. Valid values are: count, sort the results by the number of findings in each group of results; and, groupKey, sort the results by the name of each group of results.
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 grouping to sort the results by. Valid values are: count, sort the results by the number of findings in each group of results; and, groupKey, sort the results by the name of each group of results.
Creates a new builder-style object to manufacture FindingStatisticsSortCriteria
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 Send for FindingStatisticsSortCriteria
impl Sync for FindingStatisticsSortCriteria
impl Unpin for FindingStatisticsSortCriteria
impl UnwindSafe for FindingStatisticsSortCriteria
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