pub struct SseKmsEncryptedObjects {
pub status: String,
}Expand description
A container for filter information for the selection of S3 objects encrypted with AWS KMS.
Fields§
§status: StringSpecifies whether Amazon S3 replicates objects created with server-side encryption using a customer master key (CMK) stored in AWS Key Management Service.
Trait Implementations§
Source§impl Clone for SseKmsEncryptedObjects
impl Clone for SseKmsEncryptedObjects
Source§fn clone(&self) -> SseKmsEncryptedObjects
fn clone(&self) -> SseKmsEncryptedObjects
Returns a duplicate 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 SseKmsEncryptedObjects
impl Debug for SseKmsEncryptedObjects
Source§impl Default for SseKmsEncryptedObjects
impl Default for SseKmsEncryptedObjects
Source§fn default() -> SseKmsEncryptedObjects
fn default() -> SseKmsEncryptedObjects
Returns the “default value” for a type. Read more
Source§impl PartialEq for SseKmsEncryptedObjects
impl PartialEq for SseKmsEncryptedObjects
impl StructuralPartialEq for SseKmsEncryptedObjects
Auto Trait Implementations§
impl Freeze for SseKmsEncryptedObjects
impl RefUnwindSafe for SseKmsEncryptedObjects
impl Send for SseKmsEncryptedObjects
impl Sync for SseKmsEncryptedObjects
impl Unpin for SseKmsEncryptedObjects
impl UnwindSafe for SseKmsEncryptedObjects
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more