Class: Aws::EMRContainers::Types::DescribeJobRunResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_runTypes::JobRun

The output displays information about a job run.

Returns:



616
617
618
619
620
# File 'lib/aws-sdk-emrcontainers/types.rb', line 616

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