Class: Aws::EMRServerless::Types::GetDashboardForJobRunRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.

Returns:

  • (String)


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

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

#attemptInteger

An optimal parameter that indicates the amount of attempts for the job. If not specified, this value defaults to the attempt of the latest job.

Returns:

  • (Integer)


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

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

#job_run_idString

The ID of the job run.

Returns:

  • (String)


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

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