Method | Description | |
---|---|---|
DeleteGroupRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
DeleteGroupRequest ( string groupName ) : System |
Instantiates DeleteGroupRequest with the parameterized properties
|
Method | Description | |
---|---|---|
IsSetGroupName ( ) : bool |
public DeleteGroupRequest ( string groupName ) : System | ||
groupName | string | The name of the IAM group to delete. 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 |