Class: Aws::Deadline::Types::ManifestProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::ManifestProperties
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
The details of the manifest that links a job’s source information.
Constant Summary collapse
- SENSITIVE =
[:file_system_location_name]
Instance Attribute Summary collapse
-
#file_system_location_name ⇒ String
The file system location name.
-
#input_manifest_hash ⇒ String
The has value of the file.
-
#input_manifest_path ⇒ String
The file path.
-
#output_relative_directories ⇒ Array<String>
The file path relative to the directory.
-
#root_path ⇒ String
The file’s root path.
-
#root_path_format ⇒ String
The format of the root path.
Instance Attribute Details
#file_system_location_name ⇒ String
The file system location name.
6340 6341 6342 6343 6344 6345 6346 6347 6348 6349 |
# File 'lib/aws-sdk-deadline/types.rb', line 6340 class ManifestProperties < Struct.new( :file_system_location_name, :root_path, :root_path_format, :output_relative_directories, :input_manifest_path, :input_manifest_hash) SENSITIVE = [:file_system_location_name] include Aws::Structure end |
#input_manifest_hash ⇒ String
The has value of the file.
6340 6341 6342 6343 6344 6345 6346 6347 6348 6349 |
# File 'lib/aws-sdk-deadline/types.rb', line 6340 class ManifestProperties < Struct.new( :file_system_location_name, :root_path, :root_path_format, :output_relative_directories, :input_manifest_path, :input_manifest_hash) SENSITIVE = [:file_system_location_name] include Aws::Structure end |
#input_manifest_path ⇒ String
The file path.
6340 6341 6342 6343 6344 6345 6346 6347 6348 6349 |
# File 'lib/aws-sdk-deadline/types.rb', line 6340 class ManifestProperties < Struct.new( :file_system_location_name, :root_path, :root_path_format, :output_relative_directories, :input_manifest_path, :input_manifest_hash) SENSITIVE = [:file_system_location_name] include Aws::Structure end |
#output_relative_directories ⇒ Array<String>
The file path relative to the directory.
6340 6341 6342 6343 6344 6345 6346 6347 6348 6349 |
# File 'lib/aws-sdk-deadline/types.rb', line 6340 class ManifestProperties < Struct.new( :file_system_location_name, :root_path, :root_path_format, :output_relative_directories, :input_manifest_path, :input_manifest_hash) SENSITIVE = [:file_system_location_name] include Aws::Structure end |
#root_path ⇒ String
The file’s root path.
6340 6341 6342 6343 6344 6345 6346 6347 6348 6349 |
# File 'lib/aws-sdk-deadline/types.rb', line 6340 class ManifestProperties < Struct.new( :file_system_location_name, :root_path, :root_path_format, :output_relative_directories, :input_manifest_path, :input_manifest_hash) SENSITIVE = [:file_system_location_name] include Aws::Structure end |
#root_path_format ⇒ String
The format of the root path.
6340 6341 6342 6343 6344 6345 6346 6347 6348 6349 |
# File 'lib/aws-sdk-deadline/types.rb', line 6340 class ManifestProperties < Struct.new( :file_system_location_name, :root_path, :root_path_format, :output_relative_directories, :input_manifest_path, :input_manifest_hash) SENSITIVE = [:file_system_location_name] include Aws::Structure end |