Class: Aws::Deadline::Types::FileSystemLocation
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::FileSystemLocation
- 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
-
#name ⇒ String
The location name.
-
#path ⇒ String
The file path.
-
#type ⇒ String
The type of file.
Instance Attribute Details
#name ⇒ String
The location name.
2580 2581 2582 2583 2584 2585 2586 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2580 class FileSystemLocation < Struct.new( :name, :path, :type) SENSITIVE = [:name] include Aws::Structure end |
#path ⇒ String
The file path.
2580 2581 2582 2583 2584 2585 2586 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2580 class FileSystemLocation < Struct.new( :name, :path, :type) SENSITIVE = [:name] include Aws::Structure end |
#type ⇒ String
The type of file.
2580 2581 2582 2583 2584 2585 2586 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2580 class FileSystemLocation < Struct.new( :name, :path, :type) SENSITIVE = [:name] include Aws::Structure end |