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

  • DescribeDBSecurityGroups
  • AuthorizeDBSecurityGroupIngress
  • CreateDBSecurityGroup
  • RevokeDBSecurityGroupIngress

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

Namespace: Amazon.RDS.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class DBSecurityGroup
Public Class DBSecurityGroup
public ref class DBSecurityGroup

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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)
Sets the DBSecurityGroupDescription property
WithDBSecurityGroupName(String)
Sets the DBSecurityGroupName property
WithEC2SecurityGroups(array<EC2SecurityGroup>[]()[][])
Adds elements to the EC2SecurityGroups collection
WithEC2SecurityGroups(IEnumerable<(Of <<'(EC2SecurityGroup>)>>))
Adds elements to the EC2SecurityGroups collection
WithIPRanges(array<IPRange>[]()[][])
Adds elements to the IPRanges collection
WithIPRanges(IEnumerable<(Of <<'(IPRange>)>>))
Adds elements to the IPRanges collection
WithOwnerId(String)
Sets the OwnerId property
WithVpcId(String)
Sets the VpcId property

Inheritance Hierarchy

System..::..Object
  Amazon.RDS.Model..::..DBSecurityGroup

See Also