Deletes the specified key pair, by removing the
public key from Amazon EC2. You must own the key pair.
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 DeleteKeyPairRequest
Public Class DeleteKeyPairRequest
public ref class DeleteKeyPairRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| DeleteKeyPairRequest()()()() | Initializes a new instance of the DeleteKeyPairRequest class | |
| Equals(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.) | |
| IsSetKeyName()()()() |
Checks if KeyName property is set
| |
| KeyName |
Gets and sets the KeyName property.
Name of the key pair to delete.
| |
| ToString()()()() | (Inherited from Object.) | |
| WithKeyName(String) |
Sets the KeyName property
|