Struct aws_sdk_macie2::model::BucketSortCriteria
source · [−]#[non_exhaustive]pub struct BucketSortCriteria {
pub attribute_name: Option<String>,
pub order_by: Option<OrderBy>,
}
Expand description
Specifies criteria for sorting the results of a query for information about S3 buckets.
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<String>
The name of the bucket property to sort the results by. This value can be one of the following properties that Amazon Macie defines as bucket metadata: accountId, bucketName, classifiableObjectCount, classifiableSizeInBytes, objectCount, or sizeInBytes.
order_by: Option<OrderBy>
The sort order to apply to the results, based on the value 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 name of the bucket property to sort the results by. This value can be one of the following properties that Amazon Macie defines as bucket metadata: accountId, bucketName, classifiableObjectCount, classifiableSizeInBytes, objectCount, or sizeInBytes.
Creates a new builder-style object to manufacture BucketSortCriteria
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 BucketSortCriteria
impl Send for BucketSortCriteria
impl Sync for BucketSortCriteria
impl Unpin for BucketSortCriteria
impl UnwindSafe for BucketSortCriteria
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