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

ApprovalRuleEventMetadata

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

Returns information about an event for an approval rule.

interface ApprovalRuleEventMetadata {
approvalRuleContent?: string | null;
approvalRuleId?: string | null;
approvalRuleName?: string | null;
}

§Properties

§
approvalRuleContent?: string | null
[src]

The content of the approval rule.

§
approvalRuleId?: string | null
[src]

The system-generated ID of the approval rule.

§
approvalRuleName?: string | null
[src]

The name of the approval rule.