Class: Aws::Types::GetJobBookmarkRequest

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)


3720
3721
3722
# File 'sig/types.rbs', line 3720

def job_name
  @job_name
end

#run_id::String

Returns the value of attribute run_id.

Returns:

  • (::String)


3721
3722
3723
# File 'sig/types.rbs', line 3721

def run_id
  @run_id
end