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



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

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