Class: Aws::Redshift::Types::CreateHsmClientCertificateResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::CreateHsmClientCertificateResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hsm_client_certificate ⇒ Types::HsmClientCertificate
Returns information about an HSM client certificate.
Instance Attribute Details
#hsm_client_certificate ⇒ Types::HsmClientCertificate
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.
2830 2831 2832 2833 2834 |
# File 'lib/aws-sdk-redshift/types.rb', line 2830 class CreateHsmClientCertificateResult < Struct.new( :hsm_client_certificate) SENSITIVE = [] include Aws::Structure end |