Class: Aws::Deadline::Types::TaskRunManifestPropertiesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::TaskRunManifestPropertiesRequest
- Defined in:
- gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
Overview
The output manifest properties reported by the worker agent for a completed task run.
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.
9139 9140 9141 9142 9143 9144 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9139 class TaskRunManifestPropertiesRequest < Struct.new( :output_manifest_path, :output_manifest_hash) SENSITIVE = [] include Aws::Structure end |
#output_manifest_path ⇒ String
The manifest file path.
9139 9140 9141 9142 9143 9144 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9139 class TaskRunManifestPropertiesRequest < Struct.new( :output_manifest_path, :output_manifest_hash) SENSITIVE = [] include Aws::Structure end |