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

DescribeTimeBasedAutoScalingResult

import type { DescribeTimeBasedAutoScalingResult } from "https://aws-api.deno.dev/v0.3/services/opsworks.ts?docs=full";

Contains the response to a DescribeTimeBasedAutoScaling request.

interface DescribeTimeBasedAutoScalingResult {
TimeBasedAutoScalingConfigurations?: TimeBasedAutoScalingConfiguration[] | null;
}

§Properties

§
TimeBasedAutoScalingConfigurations?: TimeBasedAutoScalingConfiguration[] | null
[src]

An array of TimeBasedAutoScalingConfiguration objects that describe the configuration for the specified instances.