Class: Aws::EMRServerless::Types::GetJobRunResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_runTypes::JobRun

The output displays information about the job run.

Returns:



642
643
644
645
646
# File 'lib/aws-sdk-emrserverless/types.rb', line 642

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