Learn R Programming

paws.storage (version 0.1.12)

storagegateway_describe_smb_settings: Gets a description of a Server Message Block (SMB) file share settings from a file gateway

Description

Gets a description of a Server Message Block (SMB) file share settings from a file gateway. This operation is only supported for file gateways.

Usage

storagegateway_describe_smb_settings(GatewayARN)

Value

A list with the following syntax:

list(
  GatewayARN = "string",
  DomainName = "string",
  ActiveDirectoryStatus = "ACCESS_DENIED"|"DETACHED"|"JOINED"|"JOINING"|"NETWORK_ERROR"|"TIMEOUT"|"UNKNOWN_ERROR",
  SMBGuestPasswordSet = TRUE|FALSE,
  SMBSecurityStrategy = "ClientSpecified"|"MandatorySigning"|"MandatoryEncryption",
  FileSharesVisible = TRUE|FALSE
)

Arguments

GatewayARN

[required]

Request syntax

svc$describe_smb_settings(
  GatewayARN = "string"
)