Struct aws_sdk_translate::model::ParallelDataConfig [−][src]
#[non_exhaustive]pub struct ParallelDataConfig {
pub s3_uri: Option<String>,
pub format: Option<ParallelDataFormat>,
}
Expand description
Specifies the format and S3 location of the parallel data input file.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.s3_uri: Option<String>
The URI of the Amazon S3 folder that contains the parallel data input file. The folder must be in the same Region as the API endpoint you are calling.
format: Option<ParallelDataFormat>
The format of the parallel data input file.
Implementations
Creates a new builder-style object to manufacture ParallelDataConfig
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 ParallelDataConfig
impl Send for ParallelDataConfig
impl Sync for ParallelDataConfig
impl Unpin for ParallelDataConfig
impl UnwindSafe for ParallelDataConfig
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