aws-instance-info - v0.2.1
    Preparing search index...

    Interface EC2InstanceStoreSpec

    interface EC2InstanceStoreSpec {
        volumes: string;
        storeType: string;
        readIOPS: string;
        writeIOPS: string;
        needsInit: boolean | null;
        trimSupport: boolean | null;
    }
    Index

    Properties

    volumes: string
    storeType: string
    readIOPS: string
    writeIOPS: string
    needsInit: boolean | null
    trimSupport: boolean | null