Struct aws_sdk_datasync::input::UpdateTaskExecutionInput  
source · #[non_exhaustive]pub struct UpdateTaskExecutionInput { /* private fields */ }Implementations§
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>
sourcepub fn builder() -> Builder
 
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateTaskExecutionInput.
source§impl UpdateTaskExecutionInput
 
impl UpdateTaskExecutionInput
sourcepub fn task_execution_arn(&self) -> Option<&str>
 
pub fn task_execution_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the specific task execution that is being updated.
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.
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 ==.