Class: Aws::Redshift::Types::DeleteClusterParameterGroupMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#parameter_group_nameString

The name of the parameter group to be deleted.

Constraints:

  • Must be the name of an existing cluster parameter group.

  • Cannot delete a default cluster parameter group.

Returns:

  • (String)


3547
3548
3549
3550
3551
# File 'gems/aws-sdk-redshift/lib/aws-sdk-redshift/types.rb', line 3547

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