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.
952 953 954 |
# File 'sig/types.rbs', line 952 def job_id @job_id end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
953 954 955 |
# File 'sig/types.rbs', line 953 def job_name @job_name end |
#job_status ⇒ "PENDING", ...
Returns the value of attribute job_status.
954 955 956 |
# File 'sig/types.rbs', line 954 def job_status @job_status end |