Skip to main content

TIAMUpdateGroupRequest

Class in AWS.IAM

UpdateGroup request class.

Ancestors

Properties

GroupName

property GroupName: string

NewGroupName

property NewGroupName: string

NewPath

property NewPath: string

Constructors

Create

constructor Create(const AGroupName: string; const ANewGroupName: string = ''; const ANewPath: string = '');

Constructor for TIAMUpdateGroupRequest.

Parameters

NameDescription
AGroupNameSpecify the name of an IAM group to update.
ANewGroupNameSpecify a new name for the IAM group. Leave blank to leave unchanged.
ANewPathSpecify a new path for the IAM group. Leave blank to leave unchanged.