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

ListReceiptRuleSetsResponse

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

A list of receipt rule sets that exist under your AWS account.

interface ListReceiptRuleSetsResponse {
NextToken?: string | null;
}

§Properties

§
NextToken?: string | null
[src]

A token indicating that there are additional receipt rule sets available to be listed. Pass this token to successive calls of ListReceiptRuleSets to retrieve up to 100 receipt rule sets at a time.

§

The metadata for the currently active receipt rule set. The metadata consists of the rule set name and the timestamp of when the rule set was created.