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

ListVolumesInput

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

A JSON object that contains one or more of the following fields:

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

§Properties

§
GatewayARN?: string | null
[src]
§
Limit?: number | null
[src]

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

§
Marker?: string | null
[src]

A string that indicates the position at which to begin the returned list of volumes. Obtain the marker from the response of a previous List iSCSI Volumes request.