Container for the parameters to the DeleteRolePolicy operation.
            Deletes the specified policy associated with the specified role.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class DeleteRolePolicyRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DeleteRolePolicyRequest()()()() | Initializes a new instance of the DeleteRolePolicyRequest class | 
|  | Equals(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
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | DeleteRolePolicyRequest | |