AWS SDK for .NET Documentation
DeleteUserPolicyRequest Class
AmazonAmazon.IdentityManagement.ModelDeleteUserPolicyRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the DeleteUserPolicy operation. Deletes the specified policy associated with the specified user.
Declaration Syntax
C#
public class DeleteUserPolicyRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DeleteUserPolicyRequest()()()()
Initializes a new instance of the DeleteUserPolicyRequest class

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.)
PolicyName
Gets and sets the property PolicyName.

Name of the policy document to delete.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
UserName
Gets and sets the property UserName.

Name of the user the policy is associated with.


WithPolicyName(String) Obsolete.
Sets the PolicyName property

WithUserName(String) Obsolete.
Sets the UserName property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DeleteUserPolicyRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)