class Aws::DataSync::Types::SmbMountOptions

Represents the mount options that are available for DataSync to access an SMB location.

@note When making an API call, you may pass SmbMountOptions

data as a hash:

    {
      version: "AUTOMATIC", # accepts AUTOMATIC, SMB2, SMB3
    }

@!attribute [rw] version

The specific SMB version that you want DataSync to use to mount your
SMB share. If you don't specify a version, DataSync defaults to
`AUTOMATIC`. That is, DataSync automatically selects a version based
on negotiation with the SMB server.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/datasync-2018-11-09/SmbMountOptions AWS API Documentation

Constants

SENSITIVE