Class: Aws::EMRServerless::Types::GetJobRunResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRServerless::Types::GetJobRunResponse
- Defined in:
- gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_run ⇒ Types::JobRun
The output displays information about the job run.
Instance Attribute Details
#job_run ⇒ Types::JobRun
The output displays information about the job run.
630 631 632 633 634 |
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 630 class GetJobRunResponse < Struct.new( :job_run) SENSITIVE = [] include Aws::Structure end |