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.
9159 9160 9161 9162 9163 9164 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9159 class TaskRunManifestPropertiesResponse < Struct.new( :output_manifest_path, :output_manifest_hash) SENSITIVE = [] include Aws::Structure end |
#output_manifest_path ⇒ String
The manifest file path.
9159 9160 9161 9162 9163 9164 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9159 class TaskRunManifestPropertiesResponse < Struct.new( :output_manifest_path, :output_manifest_hash) SENSITIVE = [] include Aws::Structure end |