Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribeGroupMembershipResponse

import type { DescribeGroupMembershipResponse } from "https://aws-api.deno.dev/v0.4/services/identitystore.ts?docs=full";
interface DescribeGroupMembershipResponse {
GroupId: string;
IdentityStoreId: string;
MemberId: MemberId;
MembershipId: string;
}

§Properties

§
GroupId: string
[src]

The identifier for a group in the identity store.

§
IdentityStoreId: string
[src]

The globally unique identifier for the identity store.

§
MemberId: MemberId
[src]
§
MembershipId: string
[src]

The identifier for a GroupMembership in an identity store.