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

ScheduleActivityTaskDecisionAttributes

import type { ScheduleActivityTaskDecisionAttributes } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/swf.ts";
interface ScheduleActivityTaskDecisionAttributes {
activityId: string;
activityType: ActivityType;
control?: string | null;
heartbeatTimeout?: string | null;
input?: string | null;
scheduleToCloseTimeout?: string | null;
scheduleToStartTimeout?: string | null;
startToCloseTimeout?: string | null;
taskList?: TaskList | null;
taskPriority?: string | null;
}

§Properties

§
activityId: string
[src]
§
activityType: ActivityType
[src]
§
control?: string | null
[src]
§
heartbeatTimeout?: string | null
[src]
§
input?: string | null
[src]
§
scheduleToCloseTimeout?: string | null
[src]
§
scheduleToStartTimeout?: string | null
[src]
§
startToCloseTimeout?: string | null
[src]
§
taskList?: TaskList | null
[src]
§
taskPriority?: string | null
[src]