Returns information about security groups that
you own.
Namespace: Amazon.EC2.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class DescribeSecurityGroupsRequest
Public Class DescribeSecurityGroupsRequest
public ref class DescribeSecurityGroupsRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| DescribeSecurityGroupsRequest()()()() | Initializes a new instance of the DescribeSecurityGroupsRequest class | |
| Equals(Object) | (Inherited from Object.) | |
| Filter |
Gets and sets the Filter property.
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 |
Gets and sets the GroupId property.
ID of the security group.
| |
| GroupName |
Gets and sets the GroupName property.
Name of the security group.
| |
| IsSetFilter()()()() |
Checks if Filter property is set
| |
| IsSetGroupId()()()() |
Checks if GroupId property is set
| |
| IsSetGroupName()()()() |
Checks if GroupName property is set
| |
| ToString()()()() | (Inherited from Object.) | |
| WithFilter(array<Filter>[]()[][]) |
Sets the Filter property
| |
| WithGroupId(array<String>[]()[][]) |
Sets the GroupId property
| |
| WithGroupName(array<String>[]()[][]) |
Sets the GroupName property
|