#[non_exhaustive]pub struct GeneratedManifestEncryption { /* private fields */ }
Expand description
The encryption configuration to use when storing the generated manifest.
Implementations§
source§impl GeneratedManifestEncryption
impl GeneratedManifestEncryption
sourcepub fn sses3(&self) -> Option<&Sses3Encryption>
pub fn sses3(&self) -> Option<&Sses3Encryption>
Specifies the use of SSE-S3 to encrypt generated manifest objects.
sourcepub fn ssekms(&self) -> Option<&SsekmsEncryption>
pub fn ssekms(&self) -> Option<&SsekmsEncryption>
Configuration details on how SSE-KMS is used to encrypt generated manifest objects.
source§impl GeneratedManifestEncryption
impl GeneratedManifestEncryption
sourcepub fn builder() -> GeneratedManifestEncryptionBuilder
pub fn builder() -> GeneratedManifestEncryptionBuilder
Creates a new builder-style object to manufacture GeneratedManifestEncryption
.
Trait Implementations§
source§impl Clone for GeneratedManifestEncryption
impl Clone for GeneratedManifestEncryption
source§fn clone(&self) -> GeneratedManifestEncryption
fn clone(&self) -> GeneratedManifestEncryption
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 GeneratedManifestEncryption
impl Debug for GeneratedManifestEncryption
source§impl PartialEq<GeneratedManifestEncryption> for GeneratedManifestEncryption
impl PartialEq<GeneratedManifestEncryption> for GeneratedManifestEncryption
source§fn eq(&self, other: &GeneratedManifestEncryption) -> bool
fn eq(&self, other: &GeneratedManifestEncryption) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.