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

Namespace: Amazon.IdentityManagement.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class Group
Public Class Group
public ref class Group

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Group()()()()
Initializes a new instance of the Group class
Arn
The Amazon Resource Name (ARN) specifying the group. For more information about ARNs and how to use them in policies, see Identifiers for IAM Entities in Using AWS Identity and Access Management.

Constraints:

Length
20 - 2048

CreateDate
The date when the group was created.
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
GroupId
The stable and unique string identifying the group. For more information about IDs, see Identifiers for IAM Entities in Using AWS Identity and Access Management.

Constraints:

Length
16 - 32
Pattern
[\w]*

GroupName
The name that identifies the group.

Constraints:

Length
1 - 128
Pattern
[\w+=,.@-]*

Path
Path to the group. For more information about paths, see Identifiers for IAM Entities in Using AWS Identity and Access Management.

Constraints:

Length
1 - 512
Pattern
(\u002F)|(\u002F[\u0021-\u007F]+\u002F)

ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithArn(String)
Sets the Arn property
WithCreateDate(DateTime)
Sets the CreateDate property
WithGroupId(String)
Sets the GroupId property
WithGroupName(String)
Sets the GroupName property
WithPath(String)
Sets the Path property

Inheritance Hierarchy

System..::..Object
  Amazon.IdentityManagement.Model..::..Group

See Also