Class: Aws::Types::RunIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::RunIdentifier
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_run_id ⇒ ::String
Returns the value of attribute job_run_id.
-
#run_id ⇒ ::String
Returns the value of attribute run_id.
Instance Attribute Details
#job_run_id ⇒ ::String
Returns the value of attribute job_run_id.
6460 6461 6462 |
# File 'sig/types.rbs', line 6460 def job_run_id @job_run_id end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
6459 6460 6461 |
# File 'sig/types.rbs', line 6459 def run_id @run_id end |