Class: Aws::Honeycode::Types::StartTableDataImportJobResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::Honeycode::Types::StartTableDataImportJobResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-honeycode/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The id that is assigned to this import job.
-
#job_status ⇒ String
The status of the import job immediately after submitting the request.
Instance Attribute Details
#job_id ⇒ String
The id that is assigned to this import job. Future requests to find out the status of this import job need to send this id in the appropriate parameter in the request.
1444 1445 1446 1447 1448 1449 |
# File 'lib/aws-sdk-honeycode/types.rb', line 1444 class StartTableDataImportJobResult < Struct.new( :job_id, :job_status) SENSITIVE = [] include Aws::Structure end |
#job_status ⇒ String
The status of the import job immediately after submitting the request.
1444 1445 1446 1447 1448 1449 |
# File 'lib/aws-sdk-honeycode/types.rb', line 1444 class StartTableDataImportJobResult < Struct.new( :job_id, :job_status) SENSITIVE = [] include Aws::Structure end |