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.
| 7099 7100 7101 7102 7103 7104 7105 7106 7107 7108 | # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7099 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.
| 7099 7100 7101 7102 7103 7104 7105 7106 7107 7108 | # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7099 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.
| 7099 7100 7101 7102 7103 7104 7105 7106 7107 7108 | # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7099 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.
| 7099 7100 7101 7102 7103 7104 7105 7106 7107 7108 | # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7099 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.
| 7099 7100 7101 7102 7103 7104 7105 7106 7107 7108 | # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7099 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.
| 7099 7100 7101 7102 7103 7104 7105 7106 7107 7108 | # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7099 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 |