Struct rusoto_s3::SSEKMS[][src]

pub struct SSEKMS {
    pub key_id: String,
}

Specifies the use of SSE-KMS to encrypt delievered Inventory reports.

Fields

Specifies the ID of the AWS Key Management Service (KMS) master encryption key to use for encrypting Inventory reports.

Trait Implementations

impl Default for SSEKMS
[src]

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

impl Debug for SSEKMS
[src]

Formats the value using the given formatter. Read more

impl Clone for SSEKMS
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for SSEKMS
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for SSEKMS

impl Sync for SSEKMS