AWS SDK for .NET Documentation
DBSecurityGroup Class
AmazonAmazon.RDS.ModelDBSecurityGroup Did this page help you?   Yes   No    Tell us about it...

Contains the result of a successful invocation of the following actions:

This data type is used as a response element in the DescribeDBSecurityGroups action.

Declaration Syntax
C#
public class DBSecurityGroup
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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
Object
DBSecurityGroup

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)