pub struct UpdateParallelDataRequest {
pub client_token: String,
pub description: Option<String>,
pub name: String,
pub parallel_data_config: ParallelDataConfig,
}
Fields§
§client_token: String
A unique identifier for the request. This token is automatically generated when you use Amazon Translate through an AWS SDK.
description: Option<String>
A custom description for the parallel data resource in Amazon Translate.
name: String
The name of the parallel data resource being updated.
parallel_data_config: ParallelDataConfig
Specifies the format and S3 location of the parallel data input file.
Trait Implementations§
Source§impl Clone for UpdateParallelDataRequest
impl Clone for UpdateParallelDataRequest
Source§fn clone(&self) -> UpdateParallelDataRequest
fn clone(&self) -> UpdateParallelDataRequest
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for UpdateParallelDataRequest
impl Debug for UpdateParallelDataRequest
Source§impl Default for UpdateParallelDataRequest
impl Default for UpdateParallelDataRequest
Source§fn default() -> UpdateParallelDataRequest
fn default() -> UpdateParallelDataRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for UpdateParallelDataRequest
Auto Trait Implementations§
impl Freeze for UpdateParallelDataRequest
impl RefUnwindSafe for UpdateParallelDataRequest
impl Send for UpdateParallelDataRequest
impl Sync for UpdateParallelDataRequest
impl Unpin for UpdateParallelDataRequest
impl UnwindSafe for UpdateParallelDataRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more