You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Neptune::Types::DeleteDBParameterGroupMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptune::Types::DeleteDBParameterGroupMessage
- Defined in:
- (unknown)
Overview
When passing DeleteDBParameterGroupMessage as input to an Aws::Client method, you can use a vanilla Hash:
{
db_parameter_group_name: "String", # required
}
Instance Attribute Summary collapse
-
#db_parameter_group_name ⇒ String
The name of the DB parameter group.
Instance Attribute Details
#db_parameter_group_name ⇒ String
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