DBSubnetGroup class
Contains the details of an Amazon Neptune DB subnet group.
This data type is used as a response element in the DescribeDBSubnetGroups action.
Constructors
-
DBSubnetGroup({String? dBSubnetGroupArn, String? dBSubnetGroupDescription, String? dBSubnetGroupName, String? subnetGroupStatus, List<
Subnet> ? subnets, String? vpcId}) - DBSubnetGroup.fromXml(XmlElement elem)
-
factory
Properties
- dBSubnetGroupArn → String?
-
The Amazon Resource Name (ARN) for the DB subnet group.
final
- dBSubnetGroupDescription → String?
-
Provides the description of the DB subnet group.
final
- dBSubnetGroupName → String?
-
The name of the DB subnet group.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subnetGroupStatus → String?
-
Provides the status of the DB subnet group.
final
-
subnets
→ List<
Subnet> ? -
Contains a list of Subnet elements.
final
- vpcId → String?
-
Provides the VpcId of the DB subnet group.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited