Class: Aws::EMRServerless::Types::GetJobRunRequest

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

#application_idString

The ID of the application on which the job run is submitted.

Returns:

  • (String)


591
592
593
594
595
596
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 591

class GetJobRunRequest < Struct.new(
  :application_id,
  :job_run_id)
  SENSITIVE = []
  include Aws::Structure
end

#job_run_idString

The ID of the job run.

Returns:

  • (String)


591
592
593
594
595
596
# File 'gems/aws-sdk-emrserverless/lib/aws-sdk-emrserverless/types.rb', line 591

class GetJobRunRequest < Struct.new(
  :application_id,
  :job_run_id)
  SENSITIVE = []
  include Aws::Structure
end