Class: Aws::Deadline::Types::TaskRunManifestPropertiesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::TaskRunManifestPropertiesResponse
- Includes:
- Structure
- Defined in:
- 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.
11304 11305 11306 11307 11308 11309 |
# File 'lib/aws-sdk-deadline/types.rb', line 11304 class TaskRunManifestPropertiesResponse < Struct.new( :output_manifest_path, :output_manifest_hash) SENSITIVE = [] include Aws::Structure end |
#output_manifest_path ⇒ String
The manifest file path.
11304 11305 11306 11307 11308 11309 |
# File 'lib/aws-sdk-deadline/types.rb', line 11304 class TaskRunManifestPropertiesResponse < Struct.new( :output_manifest_path, :output_manifest_hash) SENSITIVE = [] include Aws::Structure end |