Class: Aws::Honeycode::Types::TableDataImportJobMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::Honeycode::Types::TableDataImportJobMetadata
- 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
-
#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.
1726 1727 1728 1729 1730 1731 1732 1733 |
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 1726 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.
1726 1727 1728 1729 1730 1731 1732 1733 |
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 1726 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.
1726 1727 1728 1729 1730 1731 1732 1733 |
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 1726 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.
1726 1727 1728 1729 1730 1731 1732 1733 |
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 1726 class TableDataImportJobMetadata < Struct.new( :submitter, :submit_time, :import_options, :data_source) SENSITIVE = [] include Aws::Structure end |