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

DescribeEngagementResult

import type { DescribeEngagementResult } from "https://aws-api.deno.dev/v0.4/services/ssmcontacts.ts?docs=full";
interface DescribeEngagementResult {
ContactArn: string;
Content: string;
EngagementArn: string;
IncidentId?: string | null;
PublicContent?: string | null;
PublicSubject?: string | null;
Sender: string;
StartTime?: Date | number | null;
StopTime?: Date | number | null;
Subject: string;
}

§Properties

§
ContactArn: string
[src]

The ARN of the escalation plan or contacts involved in the engagement.

§
Content: string
[src]

The secure content of the message that was sent to the contact. Use this field for engagements to VOICE and EMAIL.

§
EngagementArn: string
[src]

The ARN of the engagement.

§
IncidentId?: string | null
[src]

The ARN of the incident in which the engagement occurred.

§
PublicContent?: string | null
[src]

The insecure content of the message that was sent to the contact. Use this field for engagements to SMS.

§
PublicSubject?: string | null
[src]

The insecure subject of the message that was sent to the contact. Use this field for engagements to SMS.

§
Sender: string
[src]

The user that started the engagement.

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

The time that the engagement started.

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

The time that the engagement ended.

§
Subject: string
[src]

The secure subject of the message that was sent to the contact. Use this field for engagements to VOICE and EMAIL.