C# 클래스 Amazon.IdentityManagement.Model.RemoveUserFromGroupRequest

Container for the parameters to the RemoveUserFromGroup operation.

Removes the specified User from the specified group.

상속: Amazon.Runtime.AmazonWebServiceRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
RemoveUserFromGroupRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

RemoveUserFromGroupRequest ( string groupName, string userName ) : System

Instantiates RemoveUserFromGroupRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetGroupName ( ) : bool
IsSetUserName ( ) : bool

메소드 상세

RemoveUserFromGroupRequest() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public RemoveUserFromGroupRequest ( ) : System
리턴 System

RemoveUserFromGroupRequest() 공개 메소드

Instantiates RemoveUserFromGroupRequest with the parameterized properties
public RemoveUserFromGroupRequest ( string groupName, string userName ) : System
groupName string The name of the group to update. 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: =,.@-
userName string The name of the user to remove. 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: =,.@-
리턴 System