pub struct GetEbsDefaultKmsKeyIdResult {
pub kms_key_id: Option<String>,
}Fields§
§kms_key_id: Option<String>The Amazon Resource Name (ARN) of the default CMK for encryption by default.
Trait Implementations§
Source§impl Clone for GetEbsDefaultKmsKeyIdResult
impl Clone for GetEbsDefaultKmsKeyIdResult
Source§fn clone(&self) -> GetEbsDefaultKmsKeyIdResult
fn clone(&self) -> GetEbsDefaultKmsKeyIdResult
Returns a duplicate 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 GetEbsDefaultKmsKeyIdResult
impl Debug for GetEbsDefaultKmsKeyIdResult
Source§impl Default for GetEbsDefaultKmsKeyIdResult
impl Default for GetEbsDefaultKmsKeyIdResult
Source§fn default() -> GetEbsDefaultKmsKeyIdResult
fn default() -> GetEbsDefaultKmsKeyIdResult
Returns the “default value” for a type. Read more
impl StructuralPartialEq for GetEbsDefaultKmsKeyIdResult
Auto Trait Implementations§
impl Freeze for GetEbsDefaultKmsKeyIdResult
impl RefUnwindSafe for GetEbsDefaultKmsKeyIdResult
impl Send for GetEbsDefaultKmsKeyIdResult
impl Sync for GetEbsDefaultKmsKeyIdResult
impl Unpin for GetEbsDefaultKmsKeyIdResult
impl UnwindSafe for GetEbsDefaultKmsKeyIdResult
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