Class: Aws::Deadline::Types::FileSystemLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::FileSystemLocation
- 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
-
#name ⇒ String
The location name.
-
#path ⇒ String
The file path.
-
#type ⇒ String
The type of file.
Instance Attribute Details
#name ⇒ String
The location name.
2369 2370 2371 2372 2373 2374 2375 |
# File 'lib/aws-sdk-deadline/types.rb', line 2369 class FileSystemLocation < Struct.new( :name, :path, :type) SENSITIVE = [:name] include Aws::Structure end |
#path ⇒ String
The file path.
2369 2370 2371 2372 2373 2374 2375 |
# File 'lib/aws-sdk-deadline/types.rb', line 2369 class FileSystemLocation < Struct.new( :name, :path, :type) SENSITIVE = [:name] include Aws::Structure end |
#type ⇒ String
The type of file.
2369 2370 2371 2372 2373 2374 2375 |
# File 'lib/aws-sdk-deadline/types.rb', line 2369 class FileSystemLocation < Struct.new( :name, :path, :type) SENSITIVE = [:name] include Aws::Structure end |