Struct aws_sdk_honeycode::model::TableDataImportJobMetadata [−][src]
#[non_exhaustive]pub struct TableDataImportJobMetadata {
pub submitter: Option<ImportJobSubmitter>,
pub submit_time: Option<DateTime>,
pub import_options: Option<ImportOptions>,
pub data_source: Option<ImportDataSource>,
}
Expand description
The metadata associated with the table data import job that was submitted.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.submitter: Option<ImportJobSubmitter>
Details about the submitter of the import request.
submit_time: Option<DateTime>
The timestamp when the job was submitted for import.
import_options: Option<ImportOptions>
The options that was specified at the time of submitting the import request.
data_source: Option<ImportDataSource>
The source of the data that was submitted for import.
Implementations
Details about the submitter of the import request.
The timestamp when the job was submitted for import.
The options that was specified at the time of submitting the import request.
The source of the data that was submitted for import.
Creates a new builder-style object to manufacture TableDataImportJobMetadata
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for TableDataImportJobMetadata
impl Send for TableDataImportJobMetadata
impl Sync for TableDataImportJobMetadata
impl Unpin for TableDataImportJobMetadata
impl UnwindSafe for TableDataImportJobMetadata
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more