Class: Aws::Redshift::Types::DeleteHsmConfigurationMessage

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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
}

Instance Attribute Summary collapse

Instance Attribute Details

#hsm_configuration_identifierString

The identifier of the Amazon Redshift HSM configuration to be deleted.

Returns:

  • (String)


2756
2757
2758
2759
# File 'lib/aws-sdk-redshift/types.rb', line 2756

class DeleteHsmConfigurationMessage < Struct.new(
  :hsm_configuration_identifier)
  include Aws::Structure
end