Class: Aws::Deadline::Types::ManifestProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::ManifestProperties
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
The details of the manifest that links a job's source information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_system_location_name ⇒ String
The file system location name.
-
#input_manifest_hash ⇒ String
The hash 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.
7072 7073 7074 7075 7076 7077 7078 7079 7080 7081 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7072 class ManifestProperties < Struct.new( :file_system_location_name, :root_path, :root_path_format, :output_relative_directories, :input_manifest_path, :input_manifest_hash) SENSITIVE = [] include Aws::Structure end |
#input_manifest_hash ⇒ String
The hash value of the file.
7072 7073 7074 7075 7076 7077 7078 7079 7080 7081 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7072 class ManifestProperties < Struct.new( :file_system_location_name, :root_path, :root_path_format, :output_relative_directories, :input_manifest_path, :input_manifest_hash) SENSITIVE = [] include Aws::Structure end |
#input_manifest_path ⇒ String
The file path.
7072 7073 7074 7075 7076 7077 7078 7079 7080 7081 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7072 class ManifestProperties < Struct.new( :file_system_location_name, :root_path, :root_path_format, :output_relative_directories, :input_manifest_path, :input_manifest_hash) SENSITIVE = [] include Aws::Structure end |
#output_relative_directories ⇒ Array<String>
The file path relative to the directory.
7072 7073 7074 7075 7076 7077 7078 7079 7080 7081 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7072 class ManifestProperties < Struct.new( :file_system_location_name, :root_path, :root_path_format, :output_relative_directories, :input_manifest_path, :input_manifest_hash) SENSITIVE = [] include Aws::Structure end |
#root_path ⇒ String
The file's root path.
7072 7073 7074 7075 7076 7077 7078 7079 7080 7081 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7072 class ManifestProperties < Struct.new( :file_system_location_name, :root_path, :root_path_format, :output_relative_directories, :input_manifest_path, :input_manifest_hash) SENSITIVE = [] include Aws::Structure end |
#root_path_format ⇒ String
The format of the root path.
7072 7073 7074 7075 7076 7077 7078 7079 7080 7081 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7072 class ManifestProperties < Struct.new( :file_system_location_name, :root_path, :root_path_format, :output_relative_directories, :input_manifest_path, :input_manifest_hash) SENSITIVE = [] include Aws::Structure end |