Class: Aws::Types::AnnotationImportItemDetail
- Inherits:
-
Object
- Object
- Aws::Types::AnnotationImportItemDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
-
#source ⇒ ::String
Returns the value of attribute source.
Instance Attribute Details
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
60 61 62 |
# File 'sig/types.rbs', line 60 def job_status @job_status end |
#source ⇒ ::String
Returns the value of attribute source.
59 60 61 |
# File 'sig/types.rbs', line 59 def source @source end |