You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DocDB::Types::DeleteDBClusterParameterGroupMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DocDB::Types::DeleteDBClusterParameterGroupMessage
- Defined in:
- (unknown)
Overview
Note:
When passing DeleteDBClusterParameterGroupMessage as input to an Aws::Client method, you can use a vanilla Hash:
{
db_cluster_parameter_group_name: "String", # required
}
Represents the input to DeleteDBClusterParameterGroup.
Instance Attribute Summary collapse
-
#db_cluster_parameter_group_name ⇒ String
The name of the cluster parameter group.
Instance Attribute Details
#db_cluster_parameter_group_name ⇒ String
The name of the cluster parameter group.
Constraints:
Must be the name of an existing cluster parameter group.
You can\'t delete a default cluster parameter group.
Cannot be associated with any clusters.