Learn R Programming

paws.storage (version 0.1.11)

storagegateway_update_smb_file_share_visibility: Controls whether the shares on a gateway are visible in a net view or browse list

Description

Controls whether the shares on a gateway are visible in a net view or browse list.

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
)