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

ExportServerEngineAttributeResponse

import type { ExportServerEngineAttributeResponse } from "https://aws-api.deno.dev/v0.3/services/opsworkscm.ts?docs=full";
interface ExportServerEngineAttributeResponse {
EngineAttribute?: EngineAttribute | null;
ServerName?: string | null;
}

§Properties

§
EngineAttribute?: EngineAttribute | null
[src]

The requested engine attribute pair with attribute name and value.

§
ServerName?: string | null
[src]

The server name used in the request.