Struct rusoto_s3::ServerSideEncryptionRule [] [src]

pub struct ServerSideEncryptionRule {
    pub apply_server_side_encryption_by_default: Option<ServerSideEncryptionByDefault>,
}

Container for information about a particular server-side encryption configuration rule.

Fields

Describes the default server-side encryption to apply to new objects in the bucket. If Put Object request does not specify any server-side encryption, this default encryption will be applied.

Trait Implementations

impl Default for ServerSideEncryptionRule
[src]

[src]

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

impl Debug for ServerSideEncryptionRule
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ServerSideEncryptionRule
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations