DBSecurityGroup class
Constructors
-
DBSecurityGroup({String? dBSecurityGroupDescription, String? dBSecurityGroupName, List<
EC2SecurityGroup> ? eC2SecurityGroups, List<IPRange> ? iPRanges, String? ownerId, String? vpcId}) - DBSecurityGroup.fromXml(XmlElement elem)
-
factory
Properties
- dBSecurityGroupDescription → String?
-
final
- dBSecurityGroupName → String?
-
final
-
eC2SecurityGroups
→ List<
EC2SecurityGroup> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
iPRanges
→ List<
IPRange> ? -
final
- ownerId → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- vpcId → String?
-
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