Class: Aws::Glue::Types::GetJobRunRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_nameString

Name of the job definition being run.

Returns:

  • (String)


12537
12538
12539
12540
12541
12542
12543
# File 'lib/aws-sdk-glue/types.rb', line 12537

class GetJobRunRequest < Struct.new(
  :job_name,
  :run_id,
  :predecessors_included)
  SENSITIVE = []
  include Aws::Structure
end

#predecessors_includedBoolean

True if a list of predecessor runs should be returned.

Returns:

  • (Boolean)


12537
12538
12539
12540
12541
12542
12543
# File 'lib/aws-sdk-glue/types.rb', line 12537

class GetJobRunRequest < Struct.new(
  :job_name,
  :run_id,
  :predecessors_included)
  SENSITIVE = []
  include Aws::Structure
end

#run_idString

The ID of the job run.

Returns:

  • (String)


12537
12538
12539
12540
12541
12542
12543
# File 'lib/aws-sdk-glue/types.rb', line 12537

class GetJobRunRequest < Struct.new(
  :job_name,
  :run_id,
  :predecessors_included)
  SENSITIVE = []
  include Aws::Structure
end