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

Container for the parameters to the GetGroup operation.

Returns a list of Users that are in the specified group. You can paginate the results using the MaxItems and Marker parameters.

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

공개 메소드들

메소드 설명
GetGroupRequest ( ) : System

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

GetGroupRequest ( string groupName ) : System

Instantiates GetGroupRequest with the parameterized properties

비공개 메소드들

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

메소드 상세

GetGroupRequest() 공개 메소드

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

GetGroupRequest() 공개 메소드

Instantiates GetGroupRequest with the parameterized properties
public GetGroupRequest ( string groupName ) : System
groupName string The name of the group. 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