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)


3773
3774
3775
3776
3777
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3773

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