Class: Aws::Neptune::Types::DeleteDBClusterParameterGroupMessage

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_cluster_parameter_group_nameString

The name of the DB cluster parameter group.

Constraints:

  • Must be the name of an existing DB cluster parameter group.

  • You can't delete a default DB cluster parameter group.

  • Cannot be associated with any DB clusters.

Returns:

  • (String)


3572
3573
3574
3575
3576
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3572

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