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)


3770
3771
3772
# File 'sig/types.rbs', line 3770

def job_name
  @job_name
end

#predecessors_includedBoolean

Returns the value of attribute predecessors_included.

Returns:

  • (Boolean)


3772
3773
3774
# File 'sig/types.rbs', line 3772

def predecessors_included
  @predecessors_included
end

#run_id::String

Returns the value of attribute run_id.

Returns:

  • (::String)


3771
3772
3773
# File 'sig/types.rbs', line 3771

def run_id
  @run_id
end