Struct aws_sdk_s3::output::GetBucketEncryptionOutput
source · #[non_exhaustive]pub struct GetBucketEncryptionOutput { /* private fields */ }
Implementations§
source§impl GetBucketEncryptionOutput
impl GetBucketEncryptionOutput
sourcepub fn server_side_encryption_configuration(
&self
) -> Option<&ServerSideEncryptionConfiguration>
pub fn server_side_encryption_configuration(
&self
) -> Option<&ServerSideEncryptionConfiguration>
Specifies the default server-side-encryption configuration.
source§impl GetBucketEncryptionOutput
impl GetBucketEncryptionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetBucketEncryptionOutput
.
Trait Implementations§
source§impl Clone for GetBucketEncryptionOutput
impl Clone for GetBucketEncryptionOutput
source§fn clone(&self) -> GetBucketEncryptionOutput
fn clone(&self) -> GetBucketEncryptionOutput
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 more