Struct aws_sdk_macie2::model::BucketSortCriteria
source · [−]#[non_exhaustive]pub struct BucketSortCriteria { /* private fields */ }
Expand description
Specifies criteria for sorting the results of a query for information about S3 buckets.
Implementations
sourceimpl BucketSortCriteria
impl BucketSortCriteria
sourcepub fn attribute_name(&self) -> Option<&str>
pub fn attribute_name(&self) -> Option<&str>
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.
sourceimpl BucketSortCriteria
impl BucketSortCriteria
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BucketSortCriteria
.
Trait Implementations
sourceimpl Clone for BucketSortCriteria
impl Clone for BucketSortCriteria
sourcefn clone(&self) -> BucketSortCriteria
fn clone(&self) -> BucketSortCriteria
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 BucketSortCriteria
impl Debug for BucketSortCriteria
sourceimpl PartialEq<BucketSortCriteria> for BucketSortCriteria
impl PartialEq<BucketSortCriteria> for BucketSortCriteria
sourcefn eq(&self, other: &BucketSortCriteria) -> bool
fn eq(&self, other: &BucketSortCriteria) -> bool
impl StructuralPartialEq for BucketSortCriteria
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
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