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 =
[:name]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The location name.

Returns:

  • (String)


2320
2321
2322
2323
2324
2325
2326
# File 'lib/aws-sdk-deadline/types.rb', line 2320

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

#pathString

The file path.

Returns:

  • (String)


2320
2321
2322
2323
2324
2325
2326
# File 'lib/aws-sdk-deadline/types.rb', line 2320

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

#typeString

The type of file.

Returns:

  • (String)


2320
2321
2322
2323
2324
2325
2326
# File 'lib/aws-sdk-deadline/types.rb', line 2320

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