C# Class Amazon.RDS.Model.DeleteDBParameterGroupRequest

Exibir arquivo Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
DeleteDBParameterGroupRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

DeleteDBParameterGroupRequest ( string dbParameterGroupName ) : System

Instantiates DeleteDBParameterGroupRequest with the parameterized properties

Private Methods

Method Description
IsSetDBParameterGroupName ( ) : bool

Method Details

DeleteDBParameterGroupRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public DeleteDBParameterGroupRequest ( ) : System
return System

DeleteDBParameterGroupRequest() public method

Instantiates DeleteDBParameterGroupRequest with the parameterized properties
public DeleteDBParameterGroupRequest ( string dbParameterGroupName ) : System
dbParameterGroupName string The name of the DB parameter group. Constraints:
  • Must be the name of an existing DB parameter group
  • You cannot delete a default DB parameter group
  • Cannot be associated with any DB instances
return System