Class: Aws::Deadline::Types::FileSystemLocation

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-deadline/types.rb

Overview

The details of the file system location for the resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The location name.

Returns:

  • (String)


2686
2687
2688
2689
2690
2691
2692
# File 'lib/aws-sdk-deadline/types.rb', line 2686

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

#pathString

The file path.

Returns:

  • (String)


2686
2687
2688
2689
2690
2691
2692
# File 'lib/aws-sdk-deadline/types.rb', line 2686

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

#typeString

The type of file.

Returns:

  • (String)


2686
2687
2688
2689
2690
2691
2692
# File 'lib/aws-sdk-deadline/types.rb', line 2686

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