Struct rusoto_cloudhsmv2::Certificates[][src]

pub struct Certificates {
    pub aws_hardware_certificate: Option<String>,
    pub cluster_certificate: Option<String>,
    pub cluster_csr: Option<String>,
    pub hsm_certificate: Option<String>,
    pub manufacturer_hardware_certificate: Option<String>,
}

Contains one or more certificates or a certificate signing request (CSR).

Fields

The HSM hardware certificate issued (signed) by AWS CloudHSM.

The cluster certificate issued (signed) by the issuing certificate authority (CA) of the cluster's owner.

The cluster's certificate signing request (CSR). The CSR exists only when the cluster's state is UNINITIALIZED.

The HSM certificate issued (signed) by the HSM hardware.

The HSM hardware certificate issued (signed) by the hardware manufacturer.

Trait Implementations

impl Default for Certificates
[src]

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

impl Debug for Certificates
[src]

Formats the value using the given formatter. Read more

impl Clone for Certificates
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Certificates
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations