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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshift/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hsm_configuration_identifierString

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

Returns:

  • (String)


3688
3689
3690
3691
3692
# File 'lib/aws-sdk-redshift/types.rb', line 3688

class DeleteHsmConfigurationMessage < Struct.new(
  :hsm_configuration_identifier)
  SENSITIVE = []
  include Aws::Structure
end