Skip to content

Update Smb File Share Visibility

storagegateway_update_smb_file_share_visibility R Documentation

Controls whether the shares on an S3 File Gateway are visible in a net view or browse list

Description

Controls whether the shares on an S3 File Gateway are visible in a net view or browse list. The operation is only supported for S3 File Gateways.

Usage

storagegateway_update_smb_file_share_visibility(GatewayARN,
  FileSharesVisible)

Arguments

GatewayARN

[required]

FileSharesVisible

[required] The shares on this gateway appear when listing shares.

Value

A list with the following syntax:

list(
  GatewayARN = "string"
)

Request syntax

svc$update_smb_file_share_visibility(
  GatewayARN = "string",
  FileSharesVisible = TRUE|FALSE
)