Class: Aws::Redshift::Types::DeleteHsmClientCertificateMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::DeleteHsmClientCertificateMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hsm_client_certificate_identifier ⇒ String
The identifier of the HSM client certificate to be deleted.
Instance Attribute Details
#hsm_client_certificate_identifier ⇒ String
The identifier of the HSM client certificate to be deleted.
3730 3731 3732 3733 3734 |
# File 'lib/aws-sdk-redshift/types.rb', line 3730 class DeleteHsmClientCertificateMessage < Struct.new( :hsm_client_certificate_identifier) SENSITIVE = [] include Aws::Structure end |