Struct rusoto_s3::SseKmsEncryptedObjects[][src]

pub struct SseKmsEncryptedObjects {
    pub status: String,
}

Container for filter information of selection of KMS Encrypted S3 objects.

Fields

The replication for KMS encrypted S3 objects is disabled if status is not Enabled.

Trait Implementations

impl Default for SseKmsEncryptedObjects
[src]

Returns the "default value" for a type. Read more

impl Debug for SseKmsEncryptedObjects
[src]

Formats the value using the given formatter. Read more

impl Clone for SseKmsEncryptedObjects
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SseKmsEncryptedObjects
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations