Method: Aws::Deadline::Types::FileSystemLocation#path

Defined in:
lib/aws-sdk-deadline/types.rb

#pathString

The file path.

Returns:

  • (String)


2681
2682
2683
2684
2685
2686
2687
# File 'lib/aws-sdk-deadline/types.rb', line 2681

class FileSystemLocation < Struct.new(
  :name,
  :path,
  :type)
  SENSITIVE = []
  include Aws::Structure
end