Struct aws_sdk_s3::types::InventoryEncryption
source · #[non_exhaustive]pub struct InventoryEncryption { /* private fields */ }
Expand description
Contains the type of server-side encryption used to encrypt the inventory results.
Implementations§
source§impl InventoryEncryption
impl InventoryEncryption
sourcepub fn builder() -> InventoryEncryptionBuilder
pub fn builder() -> InventoryEncryptionBuilder
Creates a new builder-style object to manufacture InventoryEncryption
.
Trait Implementations§
source§impl Clone for InventoryEncryption
impl Clone for InventoryEncryption
source§fn clone(&self) -> InventoryEncryption
fn clone(&self) -> InventoryEncryption
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 InventoryEncryption
impl Debug for InventoryEncryption
source§impl PartialEq<InventoryEncryption> for InventoryEncryption
impl PartialEq<InventoryEncryption> for InventoryEncryption
source§fn eq(&self, other: &InventoryEncryption) -> bool
fn eq(&self, other: &InventoryEncryption) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.