Struct rusoto_firehose::EncryptionConfiguration [] [src]

pub struct EncryptionConfiguration {
    pub kms_encryption_config: Option<KMSEncryptionConfig>,
    pub no_encryption_config: Option<String>,
}

Describes the encryption for a destination in Amazon S3.

Fields

The encryption key.

Specifically override existing encryption information to ensure that no encryption is used.

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