Class: Aws::Neptune::Types::DeleteDBParameterGroupMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#db_parameter_group_nameString

The name of the DB parameter group.

Constraints:

  • Must be the name of an existing DB parameter group

  • You can't delete a default DB parameter group

  • Cannot be associated with any DB instances

Returns:

  • (String)


3714
3715
3716
3717
3718
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3714

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