Controls whether the shares on a gateway are visible in a net view or browse list.
storagegateway_update_smb_file_share_visibility(GatewayARN,
FileSharesVisible)A list with the following syntax:
list(
GatewayARN = "string"
)
[required]
[required] The shares on this gateway appear when listing shares.
svc$update_smb_file_share_visibility(
GatewayARN = "string",
FileSharesVisible = TRUE|FALSE
)