Struct google_storage1::BucketEncryption[][src]

pub struct BucketEncryption {
    pub default_kms_key_name: Option<String>,
}

Encryption configuration for a bucket.

This type is not used in any activity, and only used as part of another schema.

Fields

A Cloud KMS key that will be used to encrypt objects inserted into this bucket, if no encryption method is specified.

Trait Implementations

impl Default for BucketEncryption
[src]

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

impl Clone for BucketEncryption
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BucketEncryption
[src]

Formats the value using the given formatter. Read more

impl NestedType for BucketEncryption
[src]

impl Part for BucketEncryption
[src]

Auto Trait Implementations