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.
storagegateway_list_file_shares(GatewayARN, Limit, Marker)
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.
The maximum number of file shares to return in the response. The value must be an integer with a value greater than zero. Optional.
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.
svc$list_file_shares( GatewayARN = "string", Limit = 123, Marker = "string" )