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.
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.
6390 6391 6392 |
# File 'sig/types.rbs', line 6390 def run_id @run_id end |