Class: Aws::Deadline::Types::TaskRunManifestPropertiesResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Deadline::Types::TaskRunManifestPropertiesResponse
 
 
- Defined in:
 - gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
 
Overview
The manifest properties for a task run, corresponding to the manifest properties in the job.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #output_manifest_hash  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The hash value of the file.
 - 
  
    
      #output_manifest_path  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The manifest file path.
 
Instance Attribute Details
#output_manifest_hash ⇒ String
The hash value of the file.
      9207 9208 9209 9210 9211 9212  | 
    
      # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9207 class TaskRunManifestPropertiesResponse < Struct.new( :output_manifest_path, :output_manifest_hash) SENSITIVE = [] include Aws::Structure end  | 
  
#output_manifest_path ⇒ String
The manifest file path.
      9207 9208 9209 9210 9211 9212  | 
    
      # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9207 class TaskRunManifestPropertiesResponse < Struct.new( :output_manifest_path, :output_manifest_hash) SENSITIVE = [] include Aws::Structure end  |