Class: Aws::Deadline::Types::TaskRunManifestPropertiesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/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

Instance Attribute Details

#output_manifest_hashString

The hash value of the file.

Returns:

  • (String)


9159
9160
9161
9162
9163
9164
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9159

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

#output_manifest_pathString

The manifest file path.

Returns:

  • (String)


9159
9160
9161
9162
9163
9164
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 9159

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