Struct rusoto_s3::PutBucketEncryptionRequest [] [src]

pub struct PutBucketEncryptionRequest {
    pub bucket: String,
    pub content_md5: Option<String>,
    pub server_side_encryption_configuration: ServerSideEncryptionConfiguration,
}

Fields

The name of the bucket for which the server-side encryption configuration is set.

The base64-encoded 128-bit MD5 digest of the server-side encryption configuration.

Trait Implementations

impl Default for PutBucketEncryptionRequest
[src]

[src]

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

impl Debug for PutBucketEncryptionRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for PutBucketEncryptionRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations