Class: Aws::Types::AcknowledgeJobInput
- Inherits:
-
Object
- Object
- Aws::Types::AcknowledgeJobInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#nonce ⇒ ::String
Returns the value of attribute nonce.
Instance Attribute Details
#job_id ⇒ ::String
Returns the value of attribute job_id.
19 20 21 |
# File 'sig/types.rbs', line 19 def job_id @job_id end |
#nonce ⇒ ::String
Returns the value of attribute nonce.
20 21 22 |
# File 'sig/types.rbs', line 20 def nonce @nonce end |