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

DescribeSubscribersForNotificationResponse

import type { DescribeSubscribersForNotificationResponse } from "https://aws-api.deno.dev/v0.3/services/budgets.ts?docs=full";

Response of DescribeSubscribersForNotification

interface DescribeSubscribersForNotificationResponse {
NextToken?: string | null;
Subscribers?: Subscriber[] | null;
}

§Properties

§
NextToken?: string | null
[src]

The pagination token in the service response that indicates the next set of results that you can retrieve.

§
Subscribers?: Subscriber[] | null
[src]

A list of subscribers that are associated with a notification.