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 =
[]
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.
8947 8948 8949 8950 8951 8952 8953 8954 8955 8956 |
# File 'lib/aws-sdk-deadline/types.rb', line 8947 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.
8947 8948 8949 8950 8951 8952 8953 8954 8955 8956 |
# File 'lib/aws-sdk-deadline/types.rb', line 8947 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.
8947 8948 8949 8950 8951 8952 8953 8954 8955 8956 |
# File 'lib/aws-sdk-deadline/types.rb', line 8947 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.
8947 8948 8949 8950 8951 8952 8953 8954 8955 8956 |
# File 'lib/aws-sdk-deadline/types.rb', line 8947 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.
8947 8948 8949 8950 8951 8952 8953 8954 8955 8956 |
# File 'lib/aws-sdk-deadline/types.rb', line 8947 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.
8947 8948 8949 8950 8951 8952 8953 8954 8955 8956 |
# File 'lib/aws-sdk-deadline/types.rb', line 8947 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 |