Struct rusoto_s3::SSEKMS [−][src]
pub struct SSEKMS {
pub key_id: String,
}Expand description
Specifies the use of SSE-KMS to encrypt delivered inventory reports.
Fields
key_id: StringSpecifies the ID of the AWS Key Management Service (AWS KMS) symmetric customer managed customer master key (CMK) to use for encrypting inventory reports.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SSEKMS
impl UnwindSafe for SSEKMS
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more