Class: Aws::Types::DescribeJobResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeJobResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_metadata ⇒ Types::JobMetadata
Returns the value of attribute job_metadata.
-
#sub_job_metadata ⇒ ::Array[Types::JobMetadata]
Returns the value of attribute sub_job_metadata.
Instance Attribute Details
#job_metadata ⇒ Types::JobMetadata
Returns the value of attribute job_metadata.
230 231 232 |
# File 'sig/types.rbs', line 230 def @job_metadata end |
#sub_job_metadata ⇒ ::Array[Types::JobMetadata]
Returns the value of attribute sub_job_metadata.
231 232 233 |
# File 'sig/types.rbs', line 231 def @sub_job_metadata end |