class Aws::Honeycode::Types::DescribeTableDataImportJobRequest

@note When making an API call, you may pass DescribeTableDataImportJobRequest

data as a hash:

    {
      workbook_id: "ResourceId", # required
      table_id: "ResourceId", # required
      job_id: "JobId", # required
    }

@!attribute [rw] workbook_id

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.
@return [String]

@!attribute [rw] table_id

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.
@return [String]

@!attribute [rw] job_id

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/honeycode-2020-03-01/DescribeTableDataImportJobRequest AWS API Documentation

Constants

SENSITIVE