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

DescribeReceiptRuleResponse

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

Represents the details of a receipt rule.

interface DescribeReceiptRuleResponse {
Rule?: ReceiptRule | null;
}

§Properties

§
Rule?: ReceiptRule | null
[src]

A data structure that contains the specified receipt rule's name, actions, recipients, domains, enabled status, scan status, and Transport Layer Security (TLS) policy.