Contains the result of a successful invocation of the following actions:
- CreateDBSubnetGroup
- ModifyDBSubnetGroup
- DescribeDBSubnetGroups
- DeleteDBSubnetGroup
This data type is used as a response element in the DescribeDBSubnetGroups action.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DBSubnetGroup
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DBSubnetGroup()()()() | Initializes a new instance of the DBSubnetGroup class | 
|  | DBSubnetGroupDescription | 
            Provides the description of the DB subnet group.
             
             | 
|  | DBSubnetGroupName | 
            Specifies the name of the DB subnet group.
             
             | 
|  | 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.) | 
|  | SubnetGroupStatus | 
            Provides the status of the DB subnet group.
             
             | 
|  | Subnets | 
            Contains a list of Subnet elements.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | VpcId | 
            Provides the VpcId of the DB subnet group.
             
             | 
|  | WithDBSubnetGroupDescription(String) | Obsolete. 
            Sets the DBSubnetGroupDescription property
             | 
|  | WithDBSubnetGroupName(String) | Obsolete. 
            Sets the DBSubnetGroupName property
             | 
|  | WithSubnetGroupStatus(String) | Obsolete. 
            Sets the SubnetGroupStatus property
             | 
|  | WithSubnets(array<Subnet>[]()[][]) | Obsolete. 
            Adds elements to the Subnets collection
             | 
|  | WithSubnets(IEnumerable<(Of <<'(Subnet>)>>)) | Obsolete. 
            Adds elements to the Subnets collection
             | 
|  | WithVpcId(String) | Obsolete. 
            Sets the VpcId property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | DBSubnetGroup |