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

Container for the parameters to the ListGroupsForUser operation. Lists the IAM groups that the specified IAM user belongs to.

You can paginate the results using the MaxItems and Marker parameters.

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

공개 메소드들

메소드 설명
ListGroupsForUserRequest ( ) : System

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

ListGroupsForUserRequest ( string userName ) : System

Instantiates ListGroupsForUserRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetMarker ( ) : bool
IsSetMaxItems ( ) : bool
IsSetUserName ( ) : bool

메소드 상세

ListGroupsForUserRequest() 공개 메소드

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

ListGroupsForUserRequest() 공개 메소드

Instantiates ListGroupsForUserRequest with the parameterized properties
public ListGroupsForUserRequest ( string userName ) : System
userName string The name of the user to list groups for. 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