Contains the result of a successful invocation of the following actions:
- DescribeDBSecurityGroups
- AuthorizeDBSecurityGroupIngress
- CreateDBSecurityGroup
- RevokeDBSecurityGroupIngress
This data type is used as a response element in the DescribeDBSecurityGroups action.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DBSecurityGroup
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DBSecurityGroup()()()() | Initializes a new instance of the DBSecurityGroup class | 
|  | DBSecurityGroupDescription | 
            Provides the description of the DB security group.
             
             | 
|  | DBSecurityGroupName | 
            Specifies the name of the DB security group.
             
             | 
|  | EC2SecurityGroups | 
            Contains a list of EC2SecurityGroup elements.
             
             | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | IPRanges | 
            Contains a list of IPRange elements.
             
             | 
|  | OwnerId | 
            Provides the AWS ID of the owner of a specific DB security group.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | VpcId | 
            Provides the VpcId of the DB security group.
             
             | 
|  | WithDBSecurityGroupDescription(String) | Obsolete. 
            Sets the DBSecurityGroupDescription property
             | 
|  | WithDBSecurityGroupName(String) | Obsolete. 
            Sets the DBSecurityGroupName property
             | 
|  | WithEC2SecurityGroups(array<EC2SecurityGroup>[]()[][]) | Obsolete. 
            Adds elements to the EC2SecurityGroups collection
             | 
|  | WithEC2SecurityGroups(IEnumerable<(Of <<'(EC2SecurityGroup>)>>)) | Obsolete. 
            Adds elements to the EC2SecurityGroups collection
             | 
|  | WithIPRanges(array<IPRange>[]()[][]) | Obsolete. 
            Adds elements to the IPRanges collection
             | 
|  | WithIPRanges(IEnumerable<(Of <<'(IPRange>)>>)) | Obsolete. 
            Adds elements to the IPRanges collection
             | 
|  | WithOwnerId(String) | Obsolete. 
            Sets the OwnerId property
             | 
|  | WithVpcId(String) | Obsolete. 
            Sets the VpcId property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | DBSecurityGroup |