truffle-ts API reference - v0.4.2
    Preparing search index...

    Interface SpotPriceResult

    Current Spot price observation for an instance type (live-only).

    interface SpotPriceResult {
        instanceType: string;
        onDemandPrice?: number;
        region: string;
        savingsPercent?: number;
        spotPrice: number;
    }
    Index
    instanceType: string
    onDemandPrice?: number
    region: string
    savingsPercent?: number
    spotPrice: number