Class: Aws::Glue::Types::GetJobRunResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_runTypes::JobRun

The requested job-run metadata.

Returns:



10180
10181
10182
10183
10184
# File 'lib/aws-sdk-glue/types.rb', line 10180

class GetJobRunResponse < Struct.new(
  :job_run)
  SENSITIVE = []
  include Aws::Structure
end