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 =
[]
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.
2624 2625 2626 2627 2628 2629 2630 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2624 class FileSystemLocation < Struct.new( :name, :path, :type) SENSITIVE = [] include Aws::Structure end |
#path ⇒ String
The file path.
2624 2625 2626 2627 2628 2629 2630 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2624 class FileSystemLocation < Struct.new( :name, :path, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of file.
2624 2625 2626 2627 2628 2629 2630 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2624 class FileSystemLocation < Struct.new( :name, :path, :type) SENSITIVE = [] include Aws::Structure end |