C# Class Amazon.EC2.Model.DeleteKeyPairRequest

Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
DeleteKeyPairRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

DeleteKeyPairRequest ( string keyName ) : System

Instantiates DeleteKeyPairRequest with the parameterized properties

Private Methods

Method Description
IsSetKeyName ( ) : bool

Method Details

DeleteKeyPairRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public DeleteKeyPairRequest ( ) : System
return System

DeleteKeyPairRequest() public method

Instantiates DeleteKeyPairRequest with the parameterized properties
public DeleteKeyPairRequest ( string keyName ) : System
keyName string The name of the key pair.
return System