Class: Aws::Honeycode::Types::TableDataImportJobMetadata

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

Overview

The metadata associated with the table data import job that was submitted.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_sourceTypes::ImportDataSource

The source of the data that was submitted for import.



1518
1519
1520
1521
1522
1523
1524
1525
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 1518

class TableDataImportJobMetadata < Struct.new(
  :submitter,
  :submit_time,
  :import_options,
  :data_source)
  SENSITIVE = []
  include Aws::Structure
end

#import_optionsTypes::ImportOptions

The options that was specified at the time of submitting the import request.



1518
1519
1520
1521
1522
1523
1524
1525
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 1518

class TableDataImportJobMetadata < Struct.new(
  :submitter,
  :submit_time,
  :import_options,
  :data_source)
  SENSITIVE = []
  include Aws::Structure
end

#submit_timeTime

The timestamp when the job was submitted for import.

Returns:

  • (Time)


1518
1519
1520
1521
1522
1523
1524
1525
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 1518

class TableDataImportJobMetadata < Struct.new(
  :submitter,
  :submit_time,
  :import_options,
  :data_source)
  SENSITIVE = []
  include Aws::Structure
end

#submitterTypes::ImportJobSubmitter

Details about the submitter of the import request.



1518
1519
1520
1521
1522
1523
1524
1525
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 1518

class TableDataImportJobMetadata < Struct.new(
  :submitter,
  :submit_time,
  :import_options,
  :data_source)
  SENSITIVE = []
  include Aws::Structure
end