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

ListLogSubscriptionsResult

import type { ListLogSubscriptionsResult } from "https://aws-api.deno.dev/v0.3/services/directoryservice.ts?docs=full";
interface ListLogSubscriptionsResult {
LogSubscriptions?: LogSubscription[] | null;
NextToken?: string | null;
}

§Properties

§
LogSubscriptions?: LogSubscription[] | null
[src]

A list of active "LogSubscription" objects for calling the Amazon Web Services account.

§
NextToken?: string | null
[src]

The token for the next set of items to return.