AWS SDK for .NET Documentation
DeleteRoleRequest Class
AmazonAmazon.IdentityManagement.ModelDeleteRoleRequest Did this page help you?   Yes   No    Tell us about it...
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
C#
public class DeleteRoleRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



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

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