Struct aws_sdk_macie2::input::GetBucketStatisticsInput
source · [−]#[non_exhaustive]pub struct GetBucketStatisticsInput { /* private fields */ }
Implementations
sourceimpl GetBucketStatisticsInput
impl GetBucketStatisticsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetBucketStatistics, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetBucketStatistics, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetBucketStatistics
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetBucketStatisticsInput
.
sourceimpl GetBucketStatisticsInput
impl GetBucketStatisticsInput
sourcepub fn account_id(&self) -> Option<&str>
pub fn account_id(&self) -> Option<&str>
The unique identifier for the Amazon Web Services account.
Trait Implementations
sourceimpl Clone for GetBucketStatisticsInput
impl Clone for GetBucketStatisticsInput
sourcefn clone(&self) -> GetBucketStatisticsInput
fn clone(&self) -> GetBucketStatisticsInput
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 GetBucketStatisticsInput
impl Debug for GetBucketStatisticsInput
sourceimpl PartialEq<GetBucketStatisticsInput> for GetBucketStatisticsInput
impl PartialEq<GetBucketStatisticsInput> for GetBucketStatisticsInput
sourcefn eq(&self, other: &GetBucketStatisticsInput) -> bool
fn eq(&self, other: &GetBucketStatisticsInput) -> bool
impl StructuralPartialEq for GetBucketStatisticsInput
Auto Trait Implementations
impl RefUnwindSafe for GetBucketStatisticsInput
impl Send for GetBucketStatisticsInput
impl Sync for GetBucketStatisticsInput
impl Unpin for GetBucketStatisticsInput
impl UnwindSafe for GetBucketStatisticsInput
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