Container for the parameters to the UpdateAssumeRolePolicy operation.
            Updates the policy that grants an entity permission to assume a role. For more information
            about roles, go to Working
            with            Roles.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class UpdateAssumeRolePolicyRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | UpdateAssumeRolePolicyRequest()()()() | Initializes a new instance of the UpdateAssumeRolePolicyRequest 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.) | 
|  | PolicyDocument | 
            Gets and sets the property PolicyDocument. 
             The policy that grants an entity permission to assume the role. | 
|  | RoleName | 
            Gets and sets the property RoleName. 
             Name of the role to update. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithPolicyDocument(String) | Obsolete. 
            Sets the PolicyDocument property
             | 
|  | WithRoleName(String) | Obsolete. 
            Sets the RoleName property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | UpdateAssumeRolePolicyRequest | |