#[non_exhaustive]pub struct GetBucketMetricsConfigurationOutput { /* private fields */ }
Implementations§
source§impl GetBucketMetricsConfigurationOutput
impl GetBucketMetricsConfigurationOutput
sourcepub fn metrics_configuration(&self) -> Option<&MetricsConfiguration>
pub fn metrics_configuration(&self) -> Option<&MetricsConfiguration>
Specifies the metrics configuration.
source§impl GetBucketMetricsConfigurationOutput
impl GetBucketMetricsConfigurationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetBucketMetricsConfigurationOutput
.
Trait Implementations§
source§impl Clone for GetBucketMetricsConfigurationOutput
impl Clone for GetBucketMetricsConfigurationOutput
source§fn clone(&self) -> GetBucketMetricsConfigurationOutput
fn clone(&self) -> GetBucketMetricsConfigurationOutput
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 PartialEq<GetBucketMetricsConfigurationOutput> for GetBucketMetricsConfigurationOutput
impl PartialEq<GetBucketMetricsConfigurationOutput> for GetBucketMetricsConfigurationOutput
source§fn eq(&self, other: &GetBucketMetricsConfigurationOutput) -> bool
fn eq(&self, other: &GetBucketMetricsConfigurationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.