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

UpdateServerEngineAttributesRequest

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

§Properties

§
AttributeName: string
[src]

The name of the engine attribute to update.

§
AttributeValue?: string | null
[src]

The value to set for the attribute.

§
ServerName: string
[src]

The name of the server to update.