paws.storage (version 0.1.0)

storagegateway_describe_smb_file_shares: Gets a description for one or more Server Message Block (SMB) file shares from a file gateway

Description

Gets a description for one or more Server Message Block (SMB) file shares from a file gateway. This operation is only supported for file gateways.

Usage

storagegateway_describe_smb_file_shares(FileShareARNList)

Arguments

FileShareARNList

[required] An array containing the Amazon Resource Name (ARN) of each file share to be described.

Request syntax

svc$describe_smb_file_shares(
  FileShareARNList = list(
    "string"
  )
)