TIAMUpdateAccessKeyRequest
Class in AWS.IAM
UpdateAccessKey request class.
Ancestors
Properties
AccessKeyId
property AccessKeyId: string
Status
property Status: string
UserName
property UserName: string
Constructors
Create
constructor Create(const AAccessKeyId, AStatus: string; const AUserName: string = '');
Constructor for TIAMUpdateAccessKeyRequest.
Parameters
| Name | Description |
|---|---|
AAccessKeyId | Specify the ID of the access key to update. |
AStatus | Specify the desired status of the access key. Valid values:|. |
AUserName | Optionally, specify the name of the user to who the access key belongs. If not specified, the user will be implied to be the caller of the operation. |