- Navigation Guide
@aws-sdk/client-budgets
DescribeSubscribersForNotificationCommandOutput Interface
The output of DescribeSubscribersForNotificationCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
NextToken | string | undefined | The pagination token in the service response that indicates the next set of results that you can retrieve. |
Subscribers | Subscriber[] | undefined | A list of subscribers that are associated with a notification. |
Full Signature
export interface DescribeSubscribersForNotificationCommandOutput extends DescribeSubscribersForNotificationResponse, MetadataBearer