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

Class: Aws::Redshift::Types::HsmClientCertificate

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

Overview

Returns information about an HSM client certificate. The certificate is stored in a secure Hardware Storage Module (HSM), and used by the Amazon Redshift cluster to encrypt data files.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#hsm_client_certificate_identifierString

The identifier of the HSM client certificate.

Returns:

  • (String)

    The identifier of the HSM client certificate.

#hsm_client_certificate_public_keyString

The public key that the Amazon Redshift cluster will use to connect to the HSM. You must register the public key in the HSM.

Returns:

  • (String)

    The public key that the Amazon Redshift cluster will use to connect to the HSM.

#tagsArray<Types::Tag>

The list of tags for the HSM client certificate.

Returns:

  • (Array<Types::Tag>)

    The list of tags for the HSM client certificate.