Class: Aws::Types::DescribeJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#document_source ⇒ ::String
Returns the value of attribute document_source.
-
#job ⇒ Types::Job
Returns the value of attribute job.
Instance Attribute Details
#document_source ⇒ ::String
Returns the value of attribute document_source.
1864 1865 1866 |
# File 'sig/types.rbs', line 1864 def document_source @document_source end |
#job ⇒ Types::Job
Returns the value of attribute job.
1865 1866 1867 |
# File 'sig/types.rbs', line 1865 def job @job end |