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.
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.
6422 6423 6424 |
# File 'sig/types.rbs', line 6422 def run_id @run_id end |