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

WorkspacesIpGroup

import type { WorkspacesIpGroup } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/workspaces.ts";
interface WorkspacesIpGroup {
groupDesc?: string | null;
groupId?: string | null;
groupName?: string | null;
userRules?: IpRuleItem[] | null;
}

§Properties

§
groupDesc?: string | null
[src]
§
groupId?: string | null
[src]
§
groupName?: string | null
[src]
§
userRules?: IpRuleItem[] | null
[src]