Class: Aws::Redshift::Types::DeleteHsmConfigurationMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::DeleteHsmConfigurationMessage
- Defined in:
- gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hsm_configuration_identifier ⇒ String
The identifier of the Amazon Redshift HSM configuration to be deleted.
Instance Attribute Details
#hsm_configuration_identifier ⇒ String
The identifier of the Amazon Redshift HSM configuration to be deleted.
3748 3749 3750 3751 3752 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3748 class DeleteHsmConfigurationMessage < Struct.new( :hsm_configuration_identifier) SENSITIVE = [] include Aws::Structure end |