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