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

Inherits:
Struct
  • Object
show all
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 =
[:file_system_location_name]

Instance Attribute Summary collapse

Instance Attribute Details

#file_system_location_nameString

The file system location name.

Returns:

  • (String)


6092
6093
6094
6095
6096
6097
6098
6099
6100
6101
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6092

class ManifestProperties < Struct.new(
  :file_system_location_name,
  :input_manifest_hash,
  :input_manifest_path,
  :output_relative_directories,
  :root_path,
  :root_path_format)
  SENSITIVE = [:file_system_location_name]
  include Aws::Structure
end

#input_manifest_hashString

The has value of the file.

Returns:

  • (String)


6092
6093
6094
6095
6096
6097
6098
6099
6100
6101
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6092

class ManifestProperties < Struct.new(
  :file_system_location_name,
  :input_manifest_hash,
  :input_manifest_path,
  :output_relative_directories,
  :root_path,
  :root_path_format)
  SENSITIVE = [:file_system_location_name]
  include Aws::Structure
end

#input_manifest_pathString

The file path.

Returns:

  • (String)


6092
6093
6094
6095
6096
6097
6098
6099
6100
6101
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6092

class ManifestProperties < Struct.new(
  :file_system_location_name,
  :input_manifest_hash,
  :input_manifest_path,
  :output_relative_directories,
  :root_path,
  :root_path_format)
  SENSITIVE = [:file_system_location_name]
  include Aws::Structure
end

#output_relative_directoriesArray<String>

The file path relative to the directory.

Returns:

  • (Array<String>)


6092
6093
6094
6095
6096
6097
6098
6099
6100
6101
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6092

class ManifestProperties < Struct.new(
  :file_system_location_name,
  :input_manifest_hash,
  :input_manifest_path,
  :output_relative_directories,
  :root_path,
  :root_path_format)
  SENSITIVE = [:file_system_location_name]
  include Aws::Structure
end

#root_pathString

The file's root path.

Returns:

  • (String)


6092
6093
6094
6095
6096
6097
6098
6099
6100
6101
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6092

class ManifestProperties < Struct.new(
  :file_system_location_name,
  :input_manifest_hash,
  :input_manifest_path,
  :output_relative_directories,
  :root_path,
  :root_path_format)
  SENSITIVE = [:file_system_location_name]
  include Aws::Structure
end

#root_path_formatString

The format of the root path.

Returns:

  • (String)


6092
6093
6094
6095
6096
6097
6098
6099
6100
6101
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 6092

class ManifestProperties < Struct.new(
  :file_system_location_name,
  :input_manifest_hash,
  :input_manifest_path,
  :output_relative_directories,
  :root_path,
  :root_path_format)
  SENSITIVE = [:file_system_location_name]
  include Aws::Structure
end