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

DescribeNotificationRuleResult

import type { DescribeNotificationRuleResult } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/codestarnotifications.ts";
interface DescribeNotificationRuleResult {
Arn: string;
CreatedBy?: string | null;
CreatedTimestamp?: Date | number | null;
DetailType?: DetailType | null;
EventTypes?: EventTypeSummary[] | null;
LastModifiedTimestamp?: Date | number | null;
Name?: string | null;
Resource?: string | null;
Status?: NotificationRuleStatus | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
Targets?: TargetSummary[] | null;
}

§Properties

§
Arn: string
[src]
§
CreatedBy?: string | null
[src]
§
CreatedTimestamp?: Date | number | null
[src]
§
DetailType?: DetailType | null
[src]
§
EventTypes?: EventTypeSummary[] | null
[src]
§
LastModifiedTimestamp?: Date | number | null
[src]
§
Name?: string | null
[src]
§
Resource?: string | null
[src]
§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
Targets?: TargetSummary[] | null
[src]