Values_2.DescribeGroupMembershipRequestSourceUse the DescribeGroupMembership operation to determine if a user is a member of the specified group. If the user exists and is a member of the specified group, an associated GroupMember object is returned.
type nonrec t = {memberName : Values_1.GroupMemberName.t;The user name of the user that you want to search for.
*)groupName : Values_1.GroupName.t;The name of the group that you want to search.
*)awsAccountId : Values_1.AwsAccountId.t;The ID for the Amazon Web Services account that the group is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon Quick Sight account.
*)namespace : Values_0.Namespace.t;The namespace that includes the group you are searching within.
*)}val make :
memberName:Values_1.GroupMemberName.t ->
groupName:Values_1.GroupName.t ->
awsAccountId:Values_1.AwsAccountId.t ->
namespace:Values_0.Namespace.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of Values_1.GroupMemberName.t ]) list ]