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
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
IsSetDBSecurityGroupName ( ) : bool

Method Details

DeleteDBSecurityGroupRequest() public méthode

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

DeleteDBSecurityGroupRequest() public méthode

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"
Résultat System