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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/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 'gems/aws-sdk-deadline/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 'gems/aws-sdk-deadline/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 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2686

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