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

DescribeReceiptRuleSetRequest

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

Represents a request to return the details of a receipt rule set. You use receipt rule sets to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.

interface DescribeReceiptRuleSetRequest {
RuleSetName: string;
}

§Properties

§
RuleSetName: string
[src]

The name of the receipt rule set to describe.