Class: Aws::Honeycode::Types::DescribeTableDataImportJobRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

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.

Returns:

  • (String)


614
615
616
617
618
619
620
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 614

class DescribeTableDataImportJobRequest < Struct.new(
  :workbook_id,
  :table_id,
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end

#table_idString

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.

Returns:

  • (String)


614
615
616
617
618
619
620
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 614

class DescribeTableDataImportJobRequest < Struct.new(
  :workbook_id,
  :table_id,
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end

#workbook_idString

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.

Returns:

  • (String)


614
615
616
617
618
619
620
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 614

class DescribeTableDataImportJobRequest < Struct.new(
  :workbook_id,
  :table_id,
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end