@aws-sdk/client-storage-gateway

ListLocalDisksCommandOutput Interface

The output of ListLocalDisksCommand.

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
Disks Disk[] | undefined

A JSON object containing the following fields:

  • ListLocalDisksOutput$Disks

GatewayARN string | undefined

The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.

Full Signature

export interface ListLocalDisksCommandOutput extends ListLocalDisksOutput, MetadataBearer