Class: Aws::Deadline::Types::ManifestProperties

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#file_system_location_nameString

The file system location name.

Returns:

  • (String)


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_hashString

The has value of the file.

Returns:

  • (String)


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_pathString

The file path.

Returns:

  • (String)


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_directoriesArray<String>

The file path relative to the directory.

Returns:

  • (Array<String>)


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_pathString

The file’s root path.

Returns:

  • (String)


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_formatString

The format of the root path.

Returns:

  • (String)


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