C# 클래스 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
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
IsSetArn ( ) : bool
IsSetCreateDate ( ) : bool
IsSetGroupId ( ) : bool
IsSetGroupName ( ) : bool
IsSetPath ( ) : bool

메소드 상세

Group() 공개 메소드

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

Group() 공개 메소드

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.
리턴 System