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

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The location name.

Returns:

  • (String)


2259
2260
2261
2262
2263
2264
2265
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2259

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

#pathString

The file path.

Returns:

  • (String)


2259
2260
2261
2262
2263
2264
2265
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2259

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

#typeString

The type of file.

Returns:

  • (String)


2259
2260
2261
2262
2263
2264
2265
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2259

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