Returns information about key pairs available to
            you. If you specify key pairs, information
            about those key pairs is returned. Otherwise, information for all
            registered key pairs is returned.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class DescribeKeyPairsRequest : EC2Request
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DescribeKeyPairsRequest()()()() | Initializes a new instance of the DescribeKeyPairsRequest 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 KeyPairs.
            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.) | 
|  | IsSetFilter()()()() | 
            Checks if Filter property is set
             | 
|  | IsSetKeyName()()()() | 
            Checks if KeyName property is set
             | 
|  | KeyName | 
            Names of key pairs to describe.
             | 
|  | 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 KeyPairs.
             | 
|  | WithKeyName(array<String>[]()[][]) | Obsolete. 
            Sets names of key pairs to describe.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | EC2Request | |
|  | DescribeKeyPairsRequest | |