Struct aws_sdk_macie2::input::GetBucketStatisticsInput
source · #[non_exhaustive]pub struct GetBucketStatisticsInput { /* private fields */ }
Implementations§
source§impl 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
.
source§impl 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§
source§impl Clone for GetBucketStatisticsInput
impl Clone for GetBucketStatisticsInput
source§fn clone(&self) -> GetBucketStatisticsInput
fn clone(&self) -> GetBucketStatisticsInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for GetBucketStatisticsInput
impl Debug for GetBucketStatisticsInput
source§impl PartialEq<GetBucketStatisticsInput> for GetBucketStatisticsInput
impl PartialEq<GetBucketStatisticsInput> for GetBucketStatisticsInput
source§fn eq(&self, other: &GetBucketStatisticsInput) -> bool
fn eq(&self, other: &GetBucketStatisticsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.