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)


6423
6424
6425
# File 'sig/types.rbs', line 6423

def job_run_id
  @job_run_id
end

#run_id::String

Returns the value of attribute run_id.

Returns:

  • (::String)


6422
6423
6424
# File 'sig/types.rbs', line 6422

def run_id
  @run_id
end