You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudHSMV2::Types::Certificates

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#aws_hardware_certificateString

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

Returns:

  • (String)

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

#cluster_certificateString

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

Returns:

  • (String)

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

#cluster_csrString

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

Returns:

  • (String)

    The cluster\'s certificate signing request (CSR).

#hsm_certificateString

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

Returns:

  • (String)

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

#manufacturer_hardware_certificateString

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

Returns:

  • (String)

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