Skip to main content

TIAMRemoveUserFromGroupRequest

Class in AWS.IAM

RemoveUserFromGroup request class.

Ancestors

Properties

GroupName

property GroupName: string

UserName

property UserName: string

Constructors

Create

constructor Create(const AUserName, AGroupName: string);

Constructor for TIAMRemoveUserFromGroupRequest.

Parameters

NameDescription
AUserNameSpecify the name of the IAM user to remove.
AGroupNameSpecify the name of the IAM group to update.