AWS SDK for .NET Documentation
GetRolePolicyRequest Class
AmazonAmazon.IdentityManagement.ModelGetRolePolicyRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the GetRolePolicy operation. Retrieves the specified policy document for the specified role. For more information about roles, go to Working with Roles.

The returned policy is URL-encoded according to RFC 3986. For more information about RFC 3986, go to http://www.faqs.org/rfcs/rfc3986.html.

Declaration Syntax
C#
public class GetRolePolicyRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
GetRolePolicyRequest()()()()
Initializes a new instance of the GetRolePolicyRequest 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.)
PolicyName
Gets and sets the property PolicyName.

Name of the policy document to get.


RoleName
Gets and sets the property RoleName.

Name of the role 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
Object
AmazonWebServiceRequest
 GetRolePolicyRequest

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