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

Block

import type { Block } from "https://aws-api.deno.dev/v0.4/services/ebs.ts?docs=full";

A block of data in an Amazon Elastic Block Store snapshot.

interface Block {
BlockIndex?: number | null;
BlockToken?: string | null;
}

§Properties

§
BlockIndex?: number | null
[src]

The block index.

§
BlockToken?: string | null
[src]

The block token for the block index.