Struct rusoto_s3::EncryptionConfiguration [] [src]

pub struct EncryptionConfiguration {
    pub replica_kms_key_id: Option<String>,
}

Container for information regarding encryption based configuration for replicas.

Fields

The id of the KMS key used to encrypt the replica object.

Trait Implementations

impl Default for EncryptionConfiguration
[src]

[src]

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

impl Debug for EncryptionConfiguration
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for EncryptionConfiguration
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations