TIAMUpdateSSHPublicKeyRequest
Class in AWS.IAM
UpdateSSHPublicKey request class.
Ancestors
Properties
SSHPublicKeyId
property SSHPublicKeyId: string
Status
property Status: string
UserName
property UserName: string
Constructors
Create
constructor Create(const ASSHPublicKeyId, AStatus, AUserName: string);
Constructor for TIAMUpdateSSHPublicKeyRequest.
Parameters
| Name | Description |
|---|---|
ASSHPublicKeyId | Specify the unique identifier of the SSH public key to update. |
AStatus | Specify the desired status for the SSH public key. Valid values:|. |
AUserName | Specify the name of the IAM user associated with the SSH public key. |