You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DataSync::Types::SmbMountOptions

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SmbMountOptions as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#versionString

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.

Possible values:

  • AUTOMATIC
  • SMB2
  • SMB3

Returns:

  • (String)

    The specific SMB version that you want DataSync to use to mount your SMB share.