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.
2835 2836 2837 2838 2839 |
# File 'lib/aws-sdk-redshift/types.rb', line 2835 class CreateHsmClientCertificateResult < Struct.new( :hsm_client_certificate) SENSITIVE = [] include Aws::Structure end |