Class: Aws::RDS::Types::DeleteDBParameterGroupMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rds/lib/aws-sdk-rds/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

  • Can't be associated with any DB instances

Returns:

  • (String)


11354
11355
11356
11357
11358
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 11354

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