Method | Description | |
---|---|---|
UpdateGroupRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
UpdateGroupRequest ( string groupName ) : System |
Instantiates UpdateGroupRequest with the parameterized properties
|
Method | Description | |
---|---|---|
IsSetGroupName ( ) : bool | ||
IsSetNewGroupName ( ) : bool | ||
IsSetNewPath ( ) : bool |
public UpdateGroupRequest ( string groupName ) : System | ||
groupName | string | Name of the IAM group to update. If you're changing the name of the group, this is the original name. This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@- |
return | System |