Class: Aws::Types::DescribeJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
453 454 455 |
# File 'sig/types.rbs', line 453 def account_id @account_id end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
454 455 456 |
# File 'sig/types.rbs', line 454 def job_id @job_id end |