Class: Aws::Honeycode::Types::TableDataImportJobMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Honeycode::Types::TableDataImportJobMetadata
- Includes:
- Structure
- Defined in:
- 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
-
#data_source ⇒ Types::ImportDataSource
The source of the data that was submitted for import.
-
#import_options ⇒ Types::ImportOptions
The options that was specified at the time of submitting the import request.
-
#submit_time ⇒ Time
The timestamp when the job was submitted for import.
-
#submitter ⇒ Types::ImportJobSubmitter
Details about the submitter of the import request.
Instance Attribute Details
#data_source ⇒ Types::ImportDataSource
The source of the data that was submitted for import.
1518 1519 1520 1521 1522 1523 1524 1525 |
# File '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_options ⇒ Types::ImportOptions
The options that was specified at the time of submitting the import request.
1518 1519 1520 1521 1522 1523 1524 1525 |
# File '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_time ⇒ Time
The timestamp when the job was submitted for import.
1518 1519 1520 1521 1522 1523 1524 1525 |
# File 'lib/aws-sdk-honeycode/types.rb', line 1518 class TableDataImportJobMetadata < Struct.new( :submitter, :submit_time, :import_options, :data_source) SENSITIVE = [] include Aws::Structure end |
#submitter ⇒ Types::ImportJobSubmitter
Details about the submitter of the import request.
1518 1519 1520 1521 1522 1523 1524 1525 |
# File 'lib/aws-sdk-honeycode/types.rb', line 1518 class TableDataImportJobMetadata < Struct.new( :submitter, :submit_time, :import_options, :data_source) SENSITIVE = [] include Aws::Structure end |