Class: Aws::Deadline::Types::TaskRunManifestPropertiesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#output_manifest_hashString

The hash value of the file.

Returns:

  • (String)


11522
11523
11524
11525
11526
11527
# File 'lib/aws-sdk-deadline/types.rb', line 11522

class TaskRunManifestPropertiesRequest < Struct.new(
  :output_manifest_path,
  :output_manifest_hash)
  SENSITIVE = []
  include Aws::Structure
end

#output_manifest_pathString

The manifest file path.

Returns:

  • (String)


11522
11523
11524
11525
11526
11527
# File 'lib/aws-sdk-deadline/types.rb', line 11522

class TaskRunManifestPropertiesRequest < Struct.new(
  :output_manifest_path,
  :output_manifest_hash)
  SENSITIVE = []
  include Aws::Structure
end