C# Class Amazon.RDS.Model.DeleteDBSecurityGroupRequest

Container for the parameters to the DeleteDBSecurityGroup operation.

Deletes a DB security group.

NOTE:The specified DB security group must not be associated with any DB instances.

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

Public Methods

Method Description
DeleteDBSecurityGroupRequest ( ) : System

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

DeleteDBSecurityGroupRequest ( string dbSecurityGroupName ) : System

Instantiates DeleteDBSecurityGroupRequest with the parameterized properties

Private Methods

Method Description
IsSetDBSecurityGroupName ( ) : bool

Method Details

DeleteDBSecurityGroupRequest() public method

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

DeleteDBSecurityGroupRequest() public method

Instantiates DeleteDBSecurityGroupRequest with the parameterized properties
public DeleteDBSecurityGroupRequest ( string dbSecurityGroupName ) : System
dbSecurityGroupName string The name of the DB security group to delete. You cannot delete the default DB security group. Constraints:
  • Must be 1 to 255 alphanumeric characters
  • First character must be a letter
  • Cannot end with a hyphen or contain two consecutive hyphens
  • Must not be "Default"
return System