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)


3741
3742
3743
# File 'sig/types.rbs', line 3741

def job_name
  @job_name
end

#predecessors_includedBoolean

Returns the value of attribute predecessors_included.

Returns:

  • (Boolean)


3743
3744
3745
# File 'sig/types.rbs', line 3743

def predecessors_included
  @predecessors_included
end

#run_id::String

Returns the value of attribute run_id.

Returns:

  • (::String)


3742
3743
3744
# File 'sig/types.rbs', line 3742

def run_id
  @run_id
end