Struct aws_sdk_macie2::input::DescribeBucketsInput
source · [−]#[non_exhaustive]pub struct DescribeBucketsInput { /* private fields */ }
Implementations
sourceimpl DescribeBucketsInput
impl DescribeBucketsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeBuckets, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeBuckets, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeBuckets
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeBucketsInput
.
sourceimpl DescribeBucketsInput
impl DescribeBucketsInput
sourcepub fn criteria(
&self
) -> Option<&HashMap<String, BucketCriteriaAdditionalProperties>>
pub fn criteria(
&self
) -> Option<&HashMap<String, BucketCriteriaAdditionalProperties>>
The criteria to use to filter the query results.
sourcepub fn max_results(&self) -> i32
pub fn max_results(&self) -> i32
The maximum number of items to include in each page of the response. The default value is 50.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The nextToken string that specifies which page of results to return in a paginated response.
sourcepub fn sort_criteria(&self) -> Option<&BucketSortCriteria>
pub fn sort_criteria(&self) -> Option<&BucketSortCriteria>
The criteria to use to sort the query results.
Trait Implementations
sourceimpl Clone for DescribeBucketsInput
impl Clone for DescribeBucketsInput
sourcefn clone(&self) -> DescribeBucketsInput
fn clone(&self) -> DescribeBucketsInput
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 DescribeBucketsInput
impl Debug for DescribeBucketsInput
sourceimpl PartialEq<DescribeBucketsInput> for DescribeBucketsInput
impl PartialEq<DescribeBucketsInput> for DescribeBucketsInput
sourcefn eq(&self, other: &DescribeBucketsInput) -> bool
fn eq(&self, other: &DescribeBucketsInput) -> bool
impl StructuralPartialEq for DescribeBucketsInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeBucketsInput
impl Send for DescribeBucketsInput
impl Sync for DescribeBucketsInput
impl Unpin for DescribeBucketsInput
impl UnwindSafe for DescribeBucketsInput
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