Class: Aws::Types::RunIdentifier

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#job_run_id::String

Returns the value of attribute job_run_id.

Returns:

  • (::String)


6391
6392
6393
# File 'sig/types.rbs', line 6391

def job_run_id
  @job_run_id
end

#run_id::String

Returns the value of attribute run_id.

Returns:

  • (::String)


6390
6391
6392
# File 'sig/types.rbs', line 6390

def run_id
  @run_id
end