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

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



604
605
606
607
608
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 604

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