Struct aws_sdk_s3::output::GetBucketLoggingOutput
source · #[non_exhaustive]pub struct GetBucketLoggingOutput { /* private fields */ }
Implementations§
source§impl GetBucketLoggingOutput
impl GetBucketLoggingOutput
sourcepub fn logging_enabled(&self) -> Option<&LoggingEnabled>
pub fn logging_enabled(&self) -> Option<&LoggingEnabled>
Describes where logs are stored and the prefix that Amazon S3 assigns to all log object keys for a bucket. For more information, see PUT Bucket logging in the Amazon S3 API Reference.
source§impl GetBucketLoggingOutput
impl GetBucketLoggingOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetBucketLoggingOutput
.
Trait Implementations§
source§impl Clone for GetBucketLoggingOutput
impl Clone for GetBucketLoggingOutput
source§fn clone(&self) -> GetBucketLoggingOutput
fn clone(&self) -> GetBucketLoggingOutput
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 Debug for GetBucketLoggingOutput
impl Debug for GetBucketLoggingOutput
source§impl PartialEq<GetBucketLoggingOutput> for GetBucketLoggingOutput
impl PartialEq<GetBucketLoggingOutput> for GetBucketLoggingOutput
source§fn eq(&self, other: &GetBucketLoggingOutput) -> bool
fn eq(&self, other: &GetBucketLoggingOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.