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)


10166
10167
10168
10169
10170
10171
10172
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10166

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)


10166
10167
10168
10169
10170
10171
10172
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10166

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)


10166
10167
10168
10169
10170
10171
10172
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10166

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