DBSecurityGroup class
Contains the details for an Amazon RDS DB security group.
This data type is used as a response element in the
DescribeDBSecurityGroups
action.
Constructors
-
DBSecurityGroup({String? dBSecurityGroupArn, String? dBSecurityGroupDescription, String? dBSecurityGroupName, List<
EC2SecurityGroup> ? eC2SecurityGroups, List<IPRange> ? iPRanges, String? ownerId, String? vpcId}) - DBSecurityGroup.fromXml(XmlElement elem)
-
factory
Properties
- dBSecurityGroupArn → String?
-
The Amazon Resource Name (ARN) for the DB security group.
final
- dBSecurityGroupDescription → String?
-
Provides the description of the DB security group.
final
- dBSecurityGroupName → String?
-
Specifies the name of the DB security group.
final
-
eC2SecurityGroups
→ List<
EC2SecurityGroup> ? -
Contains a list of
EC2SecurityGroup
elements.final - hashCode → int
-
The hash code for this object.
no setterinherited
-
iPRanges
→ List<
IPRange> ? -
Contains a list of
IPRange
elements.final - ownerId → String?
-
Provides the AWS ID of the owner of a specific DB security group.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- vpcId → String?
-
Provides the VpcId of the DB security 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