Class: Aws::Types::Job
- Inherits:
-
Object
- Object
- Aws::Types::Job
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device_id ⇒ ::String
Returns the value of attribute device_id.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
Instance Attribute Details
#device_id ⇒ ::String
Returns the value of attribute device_id.
398 399 400 |
# File 'sig/types.rbs', line 398 def device_id @device_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
399 400 401 |
# File 'sig/types.rbs', line 399 def job_id @job_id end |