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

DescribePageResult

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

§Properties

§
ContactArn: string
[src]

The ARN of the contact that was engaged.

§
Content: string
[src]

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

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

The time that the contact channel received the engagement.

§
EngagementArn: string
[src]

The ARN of the engagement that engaged the contact channel.

§
IncidentId?: string | null
[src]

The ARN of the incident that engaged the contact channel.

§
PageArn: string
[src]

The Amazon Resource Name (ARN) of the engagement to a contact channel.

§
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.

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

The time that the contact channel acknowledged the engagement.

§
Sender: string
[src]

The user that started the engagement.

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

The time the engagement was sent to the contact channel.

§
Subject: string
[src]

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