#[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 more