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

DescribeSubscribersForNotificationRequest

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

Request of DescribeSubscribersForNotification

interface DescribeSubscribersForNotificationRequest {
AccountId: string;
BudgetName: string;
MaxResults?: number | null;
NextToken?: string | null;
Notification: Notification;
}

§Properties

§
AccountId: string
[src]

The accountId that is associated with the budget whose subscribers you want descriptions of.

§
BudgetName: string
[src]

The name of the budget whose subscribers you want descriptions of.

§
MaxResults?: number | null
[src]

An optional integer that represents how many entries a paginated response contains. The maximum is 100.

§
NextToken?: string | null
[src]

The pagination token that you include in your request to indicate the next set of results that you want to retrieve.

§
Notification: Notification
[src]

The notification whose subscribers you want to list.