Class: Aws::Types::ResetJobBookmarkRequest

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)


6302
6303
6304
# File 'sig/types.rbs', line 6302

def job_name
  @job_name
end

#run_id::String

Returns the value of attribute run_id.

Returns:

  • (::String)


6303
6304
6305
# File 'sig/types.rbs', line 6303

def run_id
  @run_id
end