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.
9177 9178 9179 9180 9181 9182 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9177 class TaskRunManifestPropertiesRequest < Struct.new( :output_manifest_path, :output_manifest_hash) SENSITIVE = [] include Aws::Structure end |
#output_manifest_path ⇒ String
The manifest file path.
9177 9178 9179 9180 9181 9182 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9177 class TaskRunManifestPropertiesRequest < Struct.new( :output_manifest_path, :output_manifest_hash) SENSITIVE = [] include Aws::Structure end |