Skip to main content

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

NameDescription
AUserNameSpecify the name of the IAM user to remove tags from.
ATagKeysSpecify a list of tag keys to remove matching tags from the IAM user.