Class: Aws::Types::GetMLDataProcessingJobOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetMLDataProcessingJobOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#processing_job ⇒ Types::MlResourceDefinition
Returns the value of attribute processing_job.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
343 344 345 |
# File 'sig/types.rbs', line 343 def id @id end |
#processing_job ⇒ Types::MlResourceDefinition
Returns the value of attribute processing_job.
344 345 346 |
# File 'sig/types.rbs', line 344 def processing_job @processing_job end |
#status ⇒ ::String
Returns the value of attribute status.
342 343 344 |
# File 'sig/types.rbs', line 342 def status @status end |