Container for the parameters to the DeleteRole operation.
            Deletes the specified role. The role must not have any policies attached. For more            information
            about roles, go to Working
            with            Roles.
            
                    Make sure you do not have any Amazon EC2 instances running with the role
            you are            about to delete. Deleting a role or instance profile that is associated
            with a running            instance will break any applications running on the instance.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DeleteRoleRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DeleteRoleRequest()()()() | Initializes a new instance of the DeleteRoleRequest 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.) | 
|  | RoleName | 
            Gets and sets the property RoleName. 
             Name of the role to delete. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithRoleName(String) | Obsolete. 
            Sets the RoleName property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | DeleteRoleRequest | |