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

DescribeRuleResponse

import type { DescribeRuleResponse } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/eventbridge.ts";
interface DescribeRuleResponse {
Arn?: string | null;
CreatedBy?: string | null;
Description?: string | null;
EventBusName?: string | null;
EventPattern?: string | null;
ManagedBy?: string | null;
Name?: string | null;
RoleArn?: string | null;
ScheduleExpression?: string | null;
State?: RuleState | null;
}

§Properties

§
Arn?: string | null
[src]
§
CreatedBy?: string | null
[src]
§
Description?: string | null
[src]
§
EventBusName?: string | null
[src]
§
EventPattern?: string | null
[src]
§
ManagedBy?: string | null
[src]
§
Name?: string | null
[src]
§
RoleArn?: string | null
[src]
§
ScheduleExpression?: string | null
[src]
§
State?: RuleState | null
[src]