Class: Aws::Redshift::Types::DeleteHsmClientCertificateMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::DeleteHsmClientCertificateMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshift/types.rb
Overview
Note:
When making an API call, you may pass DeleteHsmClientCertificateMessage data as a hash:
{
hsm_client_certificate_identifier: "String", # required
}
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.
2206 2207 2208 2209 |
# File 'lib/aws-sdk-redshift/types.rb', line 2206 class DeleteHsmClientCertificateMessage < Struct.new( :hsm_client_certificate_identifier) include Aws::Structure end |