#[non_exhaustive]pub struct AwsRedshiftClusterHsmStatus { /* private fields */ }
Expand description
Information about whether an Amazon Redshift cluster finished applying any hardware changes to security module (HSM) settings that were specified in a modify cluster command.
Implementations§
source§impl AwsRedshiftClusterHsmStatus
impl AwsRedshiftClusterHsmStatus
sourcepub fn hsm_client_certificate_identifier(&self) -> Option<&str>
pub fn hsm_client_certificate_identifier(&self) -> Option<&str>
The name of the HSM client certificate that the Amazon Redshift cluster uses to retrieve the data encryption keys that are stored in an HSM.
sourcepub fn hsm_configuration_identifier(&self) -> Option<&str>
pub fn hsm_configuration_identifier(&self) -> Option<&str>
The name of the HSM configuration that contains the information that the Amazon Redshift cluster can use to retrieve and store keys in an HSM.
source§impl AwsRedshiftClusterHsmStatus
impl AwsRedshiftClusterHsmStatus
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsRedshiftClusterHsmStatus
.
Trait Implementations§
source§impl Clone for AwsRedshiftClusterHsmStatus
impl Clone for AwsRedshiftClusterHsmStatus
source§fn clone(&self) -> AwsRedshiftClusterHsmStatus
fn clone(&self) -> AwsRedshiftClusterHsmStatus
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 AwsRedshiftClusterHsmStatus
impl Debug for AwsRedshiftClusterHsmStatus
source§impl PartialEq<AwsRedshiftClusterHsmStatus> for AwsRedshiftClusterHsmStatus
impl PartialEq<AwsRedshiftClusterHsmStatus> for AwsRedshiftClusterHsmStatus
source§fn eq(&self, other: &AwsRedshiftClusterHsmStatus) -> bool
fn eq(&self, other: &AwsRedshiftClusterHsmStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.