Method: Aws::DataSync::Types::FsxUpdateProtocolSmb#mount_options
- Defined in:
- lib/aws-sdk-datasync/types.rb
#mount_options ⇒ Types::SmbMountOptions
Specifies the version of the Server Message Block (SMB) protocol that DataSync uses to access an SMB file server.
3544 3545 3546 3547 3548 3549 3550 3551 |
# File 'lib/aws-sdk-datasync/types.rb', line 3544 class FsxUpdateProtocolSmb < Struct.new( :domain, :mount_options, :password, :user) SENSITIVE = [:password] include Aws::Structure end |