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

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


10698
10699
10700
10701
10702
10703
10704
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10698

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)


10698
10699
10700
10701
10702
10703
10704
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10698

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)


10698
10699
10700
10701
10702
10703
10704
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10698

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