Skip to main content

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

NameDescription
ASSHPublicKeyIdSpecify the unique identifier of the SSH public key to update.
AStatusSpecify the desired status for the SSH public key. Valid values:|.
AUserNameSpecify the name of the IAM user associated with the SSH public key.