C# Class 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.

Inheritance: Amazon.Runtime.AmazonWebServiceRequest
ファイルを表示 Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
IsSetGroupName ( ) : bool
IsSetMarker ( ) : bool
IsSetMaxItems ( ) : bool

Method Details

GetGroupRequest() public method

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

GetGroupRequest() public method

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: =,.@-
return System