Struct rusoto_s3::SseKmsEncryptedObjects [−][src]
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 an AWS KMS key stored in AWS Key Management Service.
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 SseKmsEncryptedObjects
impl Send for SseKmsEncryptedObjects
impl Sync for SseKmsEncryptedObjects
impl Unpin for SseKmsEncryptedObjects
impl UnwindSafe for SseKmsEncryptedObjects
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