Amazon.EC2.Model.CreateKeyPairRequest.CreateKeyPairRequest C# (CSharp) Method

CreateKeyPairRequest() public method

Instantiates CreateKeyPairRequest with the parameterized properties
public CreateKeyPairRequest ( string keyName ) : System
keyName string A unique name for the key pair. Constraints: Up to 255 ASCII characters
return System
        public CreateKeyPairRequest(string keyName)
        {
            _keyName = keyName;
        }

Same methods

CreateKeyPairRequest::CreateKeyPairRequest ( ) : System