Gets a list of the file shares for a specific S3 File Gateway, or the list of file shares that belong to the calling Amazon Web Services account
Source:R/storagegateway_operations.R
storagegateway_list_file_shares.RdGets a list of the file shares for a specific S3 File Gateway, or the list of file shares that belong to the calling Amazon Web Services account. This operation is only supported for S3 File Gateways.
See https://www.paws-r-sdk.com/docs/storagegateway_list_file_shares/ for full documentation.
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,
Markerspecifies where to continue the list from after a previous call to ListFileShares. Optional.