Struct aws_sdk_honeycode::model::ImportOptions [−][src]
#[non_exhaustive]pub struct ImportOptions {
pub destination_options: Option<DestinationOptions>,
pub delimited_text_options: Option<DelimitedTextImportOptions>,
}
Expand description
An object that contains the options specified by the sumitter of the import request.
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.destination_options: Option<DestinationOptions>
Options relating to the destination of the import request.
delimited_text_options: Option<DelimitedTextImportOptions>
Options relating to parsing delimited text. Required if dataFormat is DELIMITED_TEXT.
Implementations
Options relating to the destination of the import request.
Options relating to parsing delimited text. Required if dataFormat is DELIMITED_TEXT.
Creates a new builder-style object to manufacture ImportOptions
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 ImportOptions
impl Send for ImportOptions
impl Sync for ImportOptions
impl Unpin for ImportOptions
impl UnwindSafe for ImportOptions
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