Method: Aws::DataSync::Types::CreateLocationNfsRequest#mount_options
- Defined in:
- lib/aws-sdk-datasync/types.rb
#mount_options ⇒ Types::NfsMountOptions
Specifies the options that DataSync can use to mount your NFS file server.
920 921 922 923 924 925 926 927 928 |
# File 'lib/aws-sdk-datasync/types.rb', line 920 class CreateLocationNfsRequest < Struct.new( :subdirectory, :server_hostname, :on_prem_config, :mount_options, :tags) SENSITIVE = [] include Aws::Structure end |