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

ApprovalRuleTemplate

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

Returns information about an approval rule template.

interface ApprovalRuleTemplate {
approvalRuleTemplateContent?: string | null;
approvalRuleTemplateDescription?: string | null;
approvalRuleTemplateId?: string | null;
approvalRuleTemplateName?: string | null;
creationDate?: Date | number | null;
lastModifiedDate?: Date | number | null;
lastModifiedUser?: string | null;
ruleContentSha256?: string | null;
}

§Properties

§
approvalRuleTemplateContent?: string | null
[src]

The content of the approval rule template.

§
approvalRuleTemplateDescription?: string | null
[src]

The description of the approval rule template.

§
approvalRuleTemplateId?: string | null
[src]

The system-generated ID of the approval rule template.

§
approvalRuleTemplateName?: string | null
[src]

The name of the approval rule template.

§
creationDate?: Date | number | null
[src]

The date the approval rule template was created, in timestamp format.

§
lastModifiedDate?: Date | number | null
[src]

The date the approval rule template was most recently changed, in timestamp format.

§
lastModifiedUser?: string | null
[src]

The Amazon Resource Name (ARN) of the user who made the most recent changes to the approval rule template.

§
ruleContentSha256?: string | null
[src]

The SHA-256 hash signature for the content of the approval rule template.