Class: Aws::Honeycode::Types::DescribeTableDataImportJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Honeycode::Types::DescribeTableDataImportJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-honeycode/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_id ⇒ String
The ID of the job that was returned by the StartTableDataImportJob request.
-
#table_id ⇒ String
The ID of the table into which data was imported.
-
#workbook_id ⇒ String
The ID of the workbook into which data was imported.
Instance Attribute Details
#job_id ⇒ String
The ID of the job that was returned by the StartTableDataImportJob request.
If a job with the specified id could not be found, this API throws ResourceNotFoundException.
614 615 616 617 618 619 620 |
# File 'lib/aws-sdk-honeycode/types.rb', line 614 class DescribeTableDataImportJobRequest < Struct.new( :workbook_id, :table_id, :job_id) SENSITIVE = [] include Aws::Structure end |
#table_id ⇒ String
The ID of the table into which data was imported.
If a table with the specified id could not be found, this API throws ResourceNotFoundException.
614 615 616 617 618 619 620 |
# File 'lib/aws-sdk-honeycode/types.rb', line 614 class DescribeTableDataImportJobRequest < Struct.new( :workbook_id, :table_id, :job_id) SENSITIVE = [] include Aws::Structure end |
#workbook_id ⇒ String
The ID of the workbook into which data was imported.
If a workbook with the specified id could not be found, this API throws ResourceNotFoundException.
614 615 616 617 618 619 620 |
# File 'lib/aws-sdk-honeycode/types.rb', line 614 class DescribeTableDataImportJobRequest < Struct.new( :workbook_id, :table_id, :job_id) SENSITIVE = [] include Aws::Structure end |