Class: Aws::RDS::Types::DeleteDBClusterParameterGroupMessage

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_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.

  • Can't be associated with any DB clusters.

Returns:

  • (String)


11131
11132
11133
11134
11135
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 11131

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