TIAMDeleteSSHPublicKeyRequest
Class in AWS.IAM
DeleteSSHPublicKey request class.
Ancestors
Properties
SSHPublicKeyId
property SSHPublicKeyId: string
UserName
property UserName: string
Constructors
Create
constructor Create(const ASSHPublicKeyId: string; const AUserName: string = '');
Constructor for TIAMDeleteSSHPublicKeyRequest.
Parameters
| Name | Description |
|---|---|
ASSHPublicKeyId | Specify unique identifier for the SSH public key. |
AUserName | Specify the name of the IAM user the associated with the SSH public key. If not specified, the calling user will be assumed. |