Returns information about security groups that you own.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeSecurityGroupsRequest : EC2Request
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeSecurityGroupsRequest()()()() | Initializes a new instance of the DescribeSecurityGroupsRequest class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | Filter | 
            A list of filters used to match system-defined properties and user-defined tags associated with 
            the specified SecurityGroups.
            For a complete reference to the available filter keys for this operation, see the
            Amazon EC2 API reference.
             | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | GroupId | 
            One or more security group IDs.
             | 
|  | GroupName | 
            One ore more security group names.
             | 
|  | IsSetFilter()()()() | 
            Checks if Filter property is set
             | 
|  | IsSetGroupId()()()() | 
            Checks if GroupId property is set
             | 
|  | IsSetGroupName()()()() | 
            Checks if GroupName property is set
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithFilter(array<Filter>[]()[][]) | Obsolete. 
            Sets filters used to match system-defined properties and user-defined tags associated with 
            the specified SecurityGroups.
             | 
|  | WithGroupId(array<String>[]()[][]) | Obsolete. 
            Sets security group IDs.
             | 
|  | WithGroupName(array<String>[]()[][]) | Obsolete. 
            Sets security group names.
             | 
 Remarks
 Remarks
            If you specify security group names, information about those security
            group is returned. Otherwise, information for all security group is
            returned.
            If you specify a group that does not exist, a fault is returned.
            
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | DescribeSecurityGroupsRequest | |