Struct rusoto_redshift::HsmStatus [] [src]

pub struct HsmStatus {
    pub hsm_client_certificate_identifier: Option<String>,
    pub hsm_configuration_identifier: Option<String>,
    pub status: Option<String>,
}

Describes the status of changes to HSM settings.

Fields

Specifies the name of the HSM client certificate the Amazon Redshift cluster uses to retrieve the data encryption keys stored in an HSM.

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.

Reports whether the Amazon Redshift cluster has finished applying any HSM settings changes specified in a modify cluster command.

Values: active, applying

Trait Implementations

impl Default for HsmStatus
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for HsmStatus
[src]

[src]

Formats the value using the given formatter.

impl Clone for HsmStatus
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more