Struct rusoto_redshift::CreateHsmClientCertificateMessage [] [src]

pub struct CreateHsmClientCertificateMessage {
    pub hsm_client_certificate_identifier: String,
    pub tags: Option<Vec<Tag>>,
}

Fields

The identifier to be assigned to the new HSM client certificate that the cluster will use to connect to the HSM to use the database encryption keys.

A list of tag instances.

Trait Implementations

impl Default for CreateHsmClientCertificateMessage
[src]

[src]

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

impl Debug for CreateHsmClientCertificateMessage
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CreateHsmClientCertificateMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations