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