Class: Aws::Redshift::Types::DeleteHsmClientCertificateMessage

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_certificate_identifierString

The identifier of the HSM client certificate to be deleted.

Returns:

  • (String)


3675
3676
3677
3678
3679
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3675

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