Class: Aws::Types::Predecessor
- Inherits:
-
Object
- Object
- Aws::Types::Predecessor
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#run_id ⇒ ::String
Returns the value of attribute run_id.
Instance Attribute Details
#job_name ⇒ ::String
Returns the value of attribute job_name.
5965 5966 5967 |
# File 'sig/types.rbs', line 5965 def job_name @job_name end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
5966 5967 5968 |
# File 'sig/types.rbs', line 5966 def run_id @run_id end |