Struct aws_sdk_s3control::types::SsekmsEncryption
source · #[non_exhaustive]pub struct SsekmsEncryption { /* private fields */ }
Expand description
Configuration for the use of SSE-KMS to encrypt generated manifest objects.
Implementations§
source§impl SsekmsEncryption
impl SsekmsEncryption
sourcepub fn builder() -> SsekmsEncryptionBuilder
pub fn builder() -> SsekmsEncryptionBuilder
Creates a new builder-style object to manufacture SsekmsEncryption
.
Trait Implementations§
source§impl Clone for SsekmsEncryption
impl Clone for SsekmsEncryption
source§fn clone(&self) -> SsekmsEncryption
fn clone(&self) -> SsekmsEncryption
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 SsekmsEncryption
impl Debug for SsekmsEncryption
source§impl PartialEq<SsekmsEncryption> for SsekmsEncryption
impl PartialEq<SsekmsEncryption> for SsekmsEncryption
source§fn eq(&self, other: &SsekmsEncryption) -> bool
fn eq(&self, other: &SsekmsEncryption) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.