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
Note:
When making an API call, you may pass DeleteHsmConfigurationMessage data as a hash:
{
hsm_configuration_identifier: "String", # required
}
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.
3241 3242 3243 3244 3245 |
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3241 class DeleteHsmConfigurationMessage < Struct.new( :hsm_configuration_identifier) SENSITIVE = [] include Aws::Structure end |