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



IconMemberDescription
DeleteRolePolicyRequest()()()()
Initializes a new instance of the DeleteRolePolicyRequest 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.


RoleName
Gets and sets the property RoleName.

Name of the role the associated with the policy.


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithPolicyName(String) Obsolete.
Sets the PolicyName property

WithRoleName(String) Obsolete.
Sets the RoleName property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DeleteRolePolicyRequest

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