Method: Aws::DataSync::Types::CreateLocationNfsRequest#subdirectory
- Defined in:
- lib/aws-sdk-datasync/types.rb
#subdirectory ⇒ String
Specifies the export path in your NFS file server that you want DataSync to mount.
This path (or a subdirectory of the path) is where DataSync transfers data to or from. For information on configuring an export for DataSync, see [Accessing NFS file servers].
[1]: docs.aws.amazon.com/datasync/latest/userguide/create-nfs-location.html#accessing-nfs
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 |