AWS SDK for .NET Documentation
GetGroupPolicyResult Class
AmazonAmazon.IdentityManagement.ModelGetGroupPolicyResult Did this page help you?   Yes   No    Tell us about it...

Contains the result of a successful invocation of the GetGroupPolicy action.

Declaration Syntax
C#
public class GetGroupPolicyResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
GetGroupPolicyResult()()()()
Initializes a new instance of the GetGroupPolicyResult 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.)
GroupName
The group the policy is associated with.

Constraints:

Length
1 - 128
Pattern
[\w+=,.@-]*


PolicyDocument
The policy document.

Constraints:

Length
1 - 131072
Pattern
[\u0009\u000A\u000D\u0020-\u00FF]+


PolicyName
The name of the policy.

Constraints:

Length
1 - 128
Pattern
[\w+=,.@-]*


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithGroupName(String)
Sets the GroupName property

WithPolicyDocument(String)
Sets the PolicyDocument property

WithPolicyName(String)
Sets the PolicyName property

Inheritance Hierarchy
Object
GetGroupPolicyResult

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.20.0 (1.5.20.0)