paws.storage (version 0.1.0)

storagegateway_list_file_shares: Gets a list of the file shares for a specific file gateway, or the list of file shares that belong to the calling user account

Description

Gets a list of the file shares for a specific file gateway, or the list of file shares that belong to the calling user account. This operation is only supported for file gateways.

Usage

storagegateway_list_file_shares(GatewayARN, Limit, Marker)

Arguments

GatewayARN

The Amazon resource Name (ARN) of the gateway whose file shares you want to list. If this field is not present, all file shares under your account are listed.

Limit

The maximum number of file shares to return in the response. The value must be an integer with a value greater than zero. Optional.

Marker

Opaque pagination token returned from a previous ListFileShares operation. If present, Marker specifies where to continue the list from after a previous call to ListFileShares. Optional.

Request syntax

svc$list_file_shares(
  GatewayARN = "string",
  Limit = 123,
  Marker = "string"
)