Struct aws_sdk_s3::operation::get_bucket_analytics_configuration::GetBucketAnalyticsConfigurationOutput
source · #[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() -> GetBucketAnalyticsConfigurationOutputBuilder
pub fn builder() -> GetBucketAnalyticsConfigurationOutputBuilder
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 ==
.source§impl RequestId for GetBucketAnalyticsConfigurationOutput
impl RequestId for GetBucketAnalyticsConfigurationOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.source§impl RequestIdExt for GetBucketAnalyticsConfigurationOutput
impl RequestIdExt for GetBucketAnalyticsConfigurationOutput
source§fn extended_request_id(&self) -> Option<&str>
fn extended_request_id(&self) -> Option<&str>
Returns the S3 Extended Request ID necessary when contacting AWS Support.