Class: Aws::Types::DescribeJobRunRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeJobRunRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#run_id ⇒ ::String
Returns the value of attribute run_id.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
374 375 376 |
# File 'sig/types.rbs', line 374 def name @name end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
375 376 377 |
# File 'sig/types.rbs', line 375 def run_id @run_id end |