#[non_exhaustive]pub struct GetBucketAnalyticsConfigurationOutput { /* private fields */ }
Implementations
sourceimpl 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.
sourceimpl GetBucketAnalyticsConfigurationOutput
impl GetBucketAnalyticsConfigurationOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetBucketAnalyticsConfigurationOutput
.
Trait Implementations
sourceimpl Clone for GetBucketAnalyticsConfigurationOutput
impl Clone for GetBucketAnalyticsConfigurationOutput
sourcefn clone(&self) -> GetBucketAnalyticsConfigurationOutput
fn clone(&self) -> GetBucketAnalyticsConfigurationOutput
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 PartialEq<GetBucketAnalyticsConfigurationOutput> for GetBucketAnalyticsConfigurationOutput
impl PartialEq<GetBucketAnalyticsConfigurationOutput> for GetBucketAnalyticsConfigurationOutput
sourcefn eq(&self, other: &GetBucketAnalyticsConfigurationOutput) -> bool
fn eq(&self, other: &GetBucketAnalyticsConfigurationOutput) -> bool
impl StructuralPartialEq for GetBucketAnalyticsConfigurationOutput
Auto Trait Implementations
impl RefUnwindSafe for GetBucketAnalyticsConfigurationOutput
impl Send for GetBucketAnalyticsConfigurationOutput
impl Sync for GetBucketAnalyticsConfigurationOutput
impl Unpin for GetBucketAnalyticsConfigurationOutput
impl UnwindSafe for GetBucketAnalyticsConfigurationOutput
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