#[non_exhaustive]pub struct PutBucketLoggingOutput { /* private fields */ }Implementations§
source§impl PutBucketLoggingOutput
impl PutBucketLoggingOutput
sourcepub fn builder() -> PutBucketLoggingOutputBuilder
pub fn builder() -> PutBucketLoggingOutputBuilder
Creates a new builder-style object to manufacture PutBucketLoggingOutput.
Trait Implementations§
source§impl Clone for PutBucketLoggingOutput
impl Clone for PutBucketLoggingOutput
source§fn clone(&self) -> PutBucketLoggingOutput
fn clone(&self) -> PutBucketLoggingOutput
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 PutBucketLoggingOutput
impl Debug for PutBucketLoggingOutput
source§impl PartialEq<PutBucketLoggingOutput> for PutBucketLoggingOutput
impl PartialEq<PutBucketLoggingOutput> for PutBucketLoggingOutput
source§fn eq(&self, other: &PutBucketLoggingOutput) -> bool
fn eq(&self, other: &PutBucketLoggingOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for PutBucketLoggingOutput
impl RequestId for PutBucketLoggingOutput
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 PutBucketLoggingOutput
impl RequestIdExt for PutBucketLoggingOutput
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.