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

DescribeActiveReceiptRuleSetResponse

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

Represents the metadata and receipt rules for the receipt rule set that is currently active.

interface DescribeActiveReceiptRuleSetResponse {
Metadata?: ReceiptRuleSetMetadata | null;
Rules: ReceiptRule[];
}

§Properties

§
Metadata?: ReceiptRuleSetMetadata | null
[src]

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

§

The receipt rules that belong to the active rule set.