Class: Aws::Types::StartDataIngestionJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartDataIngestionJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#job_id ⇒ ::String
Returns the value of attribute job_id.
948 949 950 |
# File 'sig/types.rbs', line 948 def job_id @job_id end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
949 950 951 |
# File 'sig/types.rbs', line 949 def status @status end |