Class: Aws::Redshift::Types::CreateHsmClientCertificateResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshift/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#hsm_client_certificateTypes::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.



2160
2161
2162
2163
# File 'lib/aws-sdk-redshift/types.rb', line 2160

class CreateHsmClientCertificateResult < Struct.new(
  :hsm_client_certificate)
  include Aws::Structure
end