pub struct KmsAlias {
pub alias_name: String,
pub alias_arn: String,
pub target_key_id: String,
pub creation_date: f64,
}Fields§
§alias_name: String§alias_arn: String§target_key_id: String§creation_date: f64Auto Trait Implementations§
impl Freeze for KmsAlias
impl RefUnwindSafe for KmsAlias
impl Send for KmsAlias
impl Sync for KmsAlias
impl Unpin for KmsAlias
impl UnsafeUnpin for KmsAlias
impl UnwindSafe for KmsAlias
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