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

Container for the parameters to the DeleteGroup operation.

Deletes the specified group. The group must not contain any Users or have any attached policies.

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

공개 메소드들

메소드 설명
DeleteGroupRequest ( ) : System

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

DeleteGroupRequest ( string groupName ) : System

Instantiates DeleteGroupRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetGroupName ( ) : bool

메소드 상세

DeleteGroupRequest() 공개 메소드

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

DeleteGroupRequest() 공개 메소드

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