Class: Aws::Types::ResetJobBookmarkRequest
- Inherits:
-
Object
- Object
- Aws::Types::ResetJobBookmarkRequest
- 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.
6344 6345 6346 |
# File 'sig/types.rbs', line 6344 def job_name @job_name end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
6345 6346 6347 |
# File 'sig/types.rbs', line 6345 def run_id @run_id end |