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

ListGatewaysInput

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

A JSON object containing zero or more of the following fields:

  • "ListGatewaysInput$Limit"
  • "ListGatewaysInput$Marker"
interface ListGatewaysInput {
Limit?: number | null;
Marker?: string | null;
}

§Properties

§
Limit?: number | null
[src]

Specifies that the list of gateways returned be limited to the specified number of items.

§
Marker?: string | null
[src]

An opaque string that indicates the position at which to begin the returned list of gateways.