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

DescribeReceiptRuleSetResponse

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

Represents the details of the specified receipt rule set.

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

§Properties

§
Metadata?: ReceiptRuleSetMetadata | null
[src]

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

§

A list of the receipt rules that belong to the specified receipt rule set.