Struct aws_sdk_s3control::types::SsekmsEncryption  
source · #[non_exhaustive]pub struct SsekmsEncryption {
    pub key_id: String,
}Expand description
Configuration for the use of SSE-KMS to encrypt generated manifest objects.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional 
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.key_id: StringSpecifies the ID of the Amazon Web Services Key Management Service (Amazon Web Services KMS) symmetric encryption customer managed key to use for encrypting generated manifest objects.
Implementations§
source§impl SsekmsEncryption
 
impl SsekmsEncryption
sourcepub fn builder() -> SsekmsEncryptionBuilder
 
pub fn builder() -> SsekmsEncryptionBuilder
Creates a new builder-style object to manufacture SsekmsEncryption.
Trait Implementations§
source§impl Clone for SsekmsEncryption
 
impl Clone for SsekmsEncryption
source§fn clone(&self) -> SsekmsEncryption
 
fn clone(&self) -> SsekmsEncryption
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl Debug for SsekmsEncryption
 
impl Debug for SsekmsEncryption
source§impl PartialEq for SsekmsEncryption
 
impl PartialEq for SsekmsEncryption
source§fn eq(&self, other: &SsekmsEncryption) -> bool
 
fn eq(&self, other: &SsekmsEncryption) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for SsekmsEncryption
Auto Trait Implementations§
impl RefUnwindSafe for SsekmsEncryption
impl Send for SsekmsEncryption
impl Sync for SsekmsEncryption
impl Unpin for SsekmsEncryption
impl UnwindSafe for SsekmsEncryption
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
 
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
 
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
 
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.