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