TIAMUntagUserRequest
Class in AWS.IAM
UntagUser request class.
Ancestors
Properties
UserName
property UserName: string
Constructors
Create
constructor Create(const AUserName: string; const ATagKeys: TArray<string>);
Constructor for TIAMUntagUserRequest.
Parameters
| Name | Description |
|---|---|
AUserName | Specify the name of the IAM user to remove tags from. |
ATagKeys | Specify a list of tag keys to remove matching tags from the IAM user. |