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

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



536
537
538
539
540
# File 'gems/aws-sdk-emrcontainers/lib/aws-sdk-emrcontainers/types.rb', line 536

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