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)


3749
3750
3751
# File 'sig/types.rbs', line 3749

def job_name
  @job_name
end

#run_id::String

Returns the value of attribute run_id.

Returns:

  • (::String)


3750
3751
3752
# File 'sig/types.rbs', line 3750

def run_id
  @run_id
end