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