Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/aws_api/services/autoscaling@2011-01-01/mod.ts>DescribeScheduledActionsType

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Go to Latest
interface DescribeScheduledActionsType
import { type DescribeScheduledActionsType } from "https://deno.land/x/aws_api@v0.1.0/services/autoscaling@2011-01-01/mod.ts";

Properties

optional
AutoScalingGroupName: string | null
optional
ScheduledActionNames: string[] | null
optional
StartTime: Date | number | null
optional
EndTime: Date | number | null
optional
NextToken: string | null
optional
MaxRecords: number | null