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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#output_manifest_hashString

The hash value of the file.

Returns:

  • (String)


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_pathString

The manifest file path.

Returns:

  • (String)


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