#[non_exhaustive]pub struct UpdateTaskExecutionInput { /* private fields */ }
Implementations§
source§impl UpdateTaskExecutionInput
impl UpdateTaskExecutionInput
sourcepub fn task_execution_arn(&self) -> Option<&str>
pub fn task_execution_arn(&self) -> Option<&str>
Specifies the Amazon Resource Name (ARN) of the task execution that you're updating.
sourcepub fn options(&self) -> Option<&Options>
pub fn options(&self) -> Option<&Options>
Configures your DataSync task settings. These options include how DataSync handles files, objects, and their associated metadata. You also can specify how DataSync verifies data integrity, set bandwidth limits for your task, among other options.
Each task setting has a default value. Unless you need to, you don't have to configure any of these Options
before starting your task.
source§impl UpdateTaskExecutionInput
impl UpdateTaskExecutionInput
sourcepub fn builder() -> UpdateTaskExecutionInputBuilder
pub fn builder() -> UpdateTaskExecutionInputBuilder
Creates a new builder-style object to manufacture UpdateTaskExecutionInput
.
source§impl UpdateTaskExecutionInput
impl UpdateTaskExecutionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateTaskExecution, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdateTaskExecution, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateTaskExecution
>
Trait Implementations§
source§impl Clone for UpdateTaskExecutionInput
impl Clone for UpdateTaskExecutionInput
source§fn clone(&self) -> UpdateTaskExecutionInput
fn clone(&self) -> UpdateTaskExecutionInput
Returns a copy 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 UpdateTaskExecutionInput
impl Debug for UpdateTaskExecutionInput
source§impl PartialEq<UpdateTaskExecutionInput> for UpdateTaskExecutionInput
impl PartialEq<UpdateTaskExecutionInput> for UpdateTaskExecutionInput
source§fn eq(&self, other: &UpdateTaskExecutionInput) -> bool
fn eq(&self, other: &UpdateTaskExecutionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateTaskExecutionInput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateTaskExecutionInput
impl Send for UpdateTaskExecutionInput
impl Sync for UpdateTaskExecutionInput
impl Unpin for UpdateTaskExecutionInput
impl UnwindSafe for UpdateTaskExecutionInput
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