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

CancelInstanceRefreshAnswer

import type { CancelInstanceRefreshAnswer } from "https://aws-api.deno.dev/v0.4/services/autoscaling.ts?docs=full";
interface CancelInstanceRefreshAnswer {
InstanceRefreshId?: string | null;
}

§Properties

§
InstanceRefreshId?: string | null
[src]

The instance refresh ID associated with the request. This is the unique ID assigned to the instance refresh when it was started.