Class: Aws::Honeycode::Types::StartTableDataImportJobResult

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 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.

Returns:

  • (String)


1444
1445
1446
1447
1448
1449
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 1444

class StartTableDataImportJobResult < Struct.new(
  :job_id,
  :job_status)
  SENSITIVE = []
  include Aws::Structure
end

#job_statusString

The status of the import job immediately after submitting the request.

Returns:

  • (String)


1444
1445
1446
1447
1448
1449
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 1444

class StartTableDataImportJobResult < Struct.new(
  :job_id,
  :job_status)
  SENSITIVE = []
  include Aws::Structure
end