Class: Aws::Types::GetJobRunRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


3760
3761
3762
# File 'sig/types.rbs', line 3760

def job_name
  @job_name
end

#predecessors_includedBoolean

Returns the value of attribute predecessors_included.

Returns:

  • (Boolean)


3762
3763
3764
# File 'sig/types.rbs', line 3762

def predecessors_included
  @predecessors_included
end

#run_id::String

Returns the value of attribute run_id.

Returns:

  • (::String)


3761
3762
3763
# File 'sig/types.rbs', line 3761

def run_id
  @run_id
end