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

Container for the parameters to the AddUserToGroup operation.

Adds the specified user to the specified group.

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

공개 메소드들

메소드 설명
AddUserToGroupRequest ( ) : System

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

AddUserToGroupRequest ( string groupName, string userName ) : System

Instantiates AddUserToGroupRequest with the parameterized properties

비공개 메소드들

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

메소드 상세

AddUserToGroupRequest() 공개 메소드

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

AddUserToGroupRequest() 공개 메소드

Instantiates AddUserToGroupRequest with the parameterized properties
public AddUserToGroupRequest ( 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 add. 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