Struct aws_sdk_s3control::model::Sses3Encryption
source · #[non_exhaustive]pub struct Sses3Encryption {}Expand description
Configuration for the use of SSE-S3 to encrypt generated manifest objects.
Implementations§
source§impl Sses3Encryption
impl Sses3Encryption
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture Sses3Encryption.
Trait Implementations§
source§impl Clone for Sses3Encryption
impl Clone for Sses3Encryption
source§fn clone(&self) -> Sses3Encryption
fn clone(&self) -> Sses3Encryption
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