C# Class Amazon.IdentityManagement.Model.DeleteGroupPolicyRequest

Container for the parameters to the DeleteGroupPolicy operation.

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

Inheritance: Amazon.Runtime.AmazonWebServiceRequest
Datei anzeigen Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
IsSetGroupName ( ) : bool
IsSetPolicyName ( ) : bool

Method Details

DeleteGroupPolicyRequest() public method

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

DeleteGroupPolicyRequest() public method

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: =,.@-
return System