Class: Aws::Redshift::Types::DeleteHsmConfigurationMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Redshift::Types::DeleteHsmConfigurationMessage
- Includes:
- Structure
- Defined in:
- 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.
3743 3744 3745 3746 3747 |
# File 'lib/aws-sdk-redshift/types.rb', line 3743 class DeleteHsmConfigurationMessage < Struct.new( :hsm_configuration_identifier) SENSITIVE = [] include Aws::Structure end |