Struct aws_sdk_redshift::types::HsmStatus
source · #[non_exhaustive]pub struct HsmStatus { /* private fields */ }
Expand description
Describes the status of changes to HSM settings.
Implementations§
source§impl HsmStatus
impl HsmStatus
sourcepub fn hsm_client_certificate_identifier(&self) -> Option<&str>
pub fn hsm_client_certificate_identifier(&self) -> Option<&str>
Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.
sourcepub fn hsm_configuration_identifier(&self) -> Option<&str>
pub fn hsm_configuration_identifier(&self) -> Option<&str>
Specifies the name of the HSM configuration that contains the information the Amazon Redshift cluster can use to retrieve and store keys in an HSM.
Trait Implementations§
source§impl PartialEq<HsmStatus> for HsmStatus
impl PartialEq<HsmStatus> for HsmStatus
impl StructuralPartialEq for HsmStatus
Auto Trait Implementations§
impl RefUnwindSafe for HsmStatus
impl Send for HsmStatus
impl Sync for HsmStatus
impl Unpin for HsmStatus
impl UnwindSafe for HsmStatus
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