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

RuleGroupResponse

import type { RuleGroupResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/networkfirewall.ts";
interface RuleGroupResponse {
Capacity?: number | null;
Description?: string | null;
RuleGroupArn: string;
RuleGroupId: string;
RuleGroupName: string;
RuleGroupStatus?: ResourceStatus | null;
Tags?: Tag[] | null;
Type?: RuleGroupType | null;
}

§Properties

§
Capacity?: number | null
[src]
§
Description?: string | null
[src]
§
RuleGroupArn: string
[src]
§
RuleGroupId: string
[src]
§
RuleGroupName: string
[src]
§
RuleGroupStatus?: ResourceStatus | null
[src]
§
Tags?: Tag[] | null
[src]
§
Type?: RuleGroupType | null
[src]