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]

[src]

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

impl Debug for Certificates
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Certificates
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Certificates

impl Sync for Certificates