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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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.



2831
2832
2833
2834
2835
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 2831

class CreateHsmClientCertificateResult < Struct.new(
  :hsm_client_certificate)
  SENSITIVE = []
  include Aws::Structure
end