Struct rusoto_s3::InventoryEncryption [−][src]
Expand description
Contains the type of server-side encryption used to encrypt the inventory results.
Fields
ssekms: Option<SSEKMS>Specifies the use of SSE-KMS to encrypt delivered inventory reports.
sses3: Option<SSES3>Specifies the use of SSE-S3 to encrypt delivered inventory reports.
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for InventoryEncryption
impl Send for InventoryEncryption
impl Sync for InventoryEncryption
impl Unpin for InventoryEncryption
impl UnwindSafe for InventoryEncryption
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more