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

Container for the parameters to the DeleteGroupPolicy operation.

Deletes the specified policy that is associated with the specified group.

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

공개 메소드들

메소드 설명
DeleteGroupPolicyRequest ( ) : System

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

DeleteGroupPolicyRequest ( string groupName, string policyName ) : System

Instantiates DeleteGroupPolicyRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetGroupName ( ) : bool
IsSetPolicyName ( ) : bool

메소드 상세

DeleteGroupPolicyRequest() 공개 메소드

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

DeleteGroupPolicyRequest() 공개 메소드

Instantiates DeleteGroupPolicyRequest with the parameterized properties
public DeleteGroupPolicyRequest ( string groupName, string policyName ) : System
groupName string The name (friendly name, not ARN) identifying the group that the policy is embedded in. 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: =,.@-
policyName string The name identifying the policy document 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