Struct rusoto_s3::InventoryEncryption [] [src]

pub struct InventoryEncryption {
    pub ssekms: Option<SSEKMS>,
    pub sses3: Option<SSES3>,
}

Contains the type of server-side encryption used to encrypt the inventory results.

Fields

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

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

Trait Implementations

impl Default for InventoryEncryption
[src]

[src]

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

impl Debug for InventoryEncryption
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for InventoryEncryption
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations