C# Class Amazon.IdentityManagement.Model.Group

The Group data type contains information about a group.

This data type is used as a response element in the following actions:

  • CreateGroup
  • GetGroup
  • ListGroups
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
Group ( ) : System

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

Group ( string path, string groupName, string groupId, string arn, System.DateTime createDate ) : System

Instantiates Group with the parameterized properties

Private Methods

Method Description
IsSetArn ( ) : bool
IsSetCreateDate ( ) : bool
IsSetGroupId ( ) : bool
IsSetGroupName ( ) : bool
IsSetPath ( ) : bool

Method Details

Group() public method

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

Group() public method

Instantiates Group with the parameterized properties
public Group ( string path, string groupName, string groupId, string arn, System.DateTime createDate ) : System
path string The path to the group. For more information about paths, see IAM Identifiers in the Using IAM guide.
groupName string The friendly name that identifies the group.
groupId string The stable and unique string identifying the group. For more information about IDs, see IAM Identifiers in the Using IAM guide.
arn string The Amazon Resource Name (ARN) specifying the group. For more information about ARNs and how to use them in policies, see IAM Identifiers in the Using IAM guide.
createDate System.DateTime The date and time, in ISO 8601 date-time format, when the group was created.
return System