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]

[src]

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

impl Debug for SseKmsEncryptedObjects
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for SseKmsEncryptedObjects
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations