Struct aws_sdk_datasync::input::UpdateTaskInput
source · #[non_exhaustive]pub struct UpdateTaskInput { /* private fields */ }
Expand description
UpdateTaskResponse
Implementations§
source§impl UpdateTaskInput
impl UpdateTaskInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateTask, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateTask, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateTask
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateTaskInput
.
source§impl UpdateTaskInput
impl UpdateTaskInput
sourcepub fn task_arn(&self) -> Option<&str>
pub fn task_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the resource name of the task to update.
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.
sourcepub fn excludes(&self) -> Option<&[FilterRule]>
pub fn excludes(&self) -> Option<&[FilterRule]>
Specifies a list of filter rules that exclude specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
sourcepub fn schedule(&self) -> Option<&TaskSchedule>
pub fn schedule(&self) -> Option<&TaskSchedule>
Specifies a schedule used to periodically transfer files from a source to a destination location. You can configure your task to execute hourly, daily, weekly or on specific days of the week. You control when in the day or hour you want the task to execute. The time you specify is UTC time. For more information, see Scheduling your task.
sourcepub fn cloud_watch_log_group_arn(&self) -> Option<&str>
pub fn cloud_watch_log_group_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the resource name of the Amazon CloudWatch log group.
sourcepub fn includes(&self) -> Option<&[FilterRule]>
pub fn includes(&self) -> Option<&[FilterRule]>
Specifies a list of filter rules that include specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
Trait Implementations§
source§impl Clone for UpdateTaskInput
impl Clone for UpdateTaskInput
source§fn clone(&self) -> UpdateTaskInput
fn clone(&self) -> UpdateTaskInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for UpdateTaskInput
impl Debug for UpdateTaskInput
source§impl PartialEq<UpdateTaskInput> for UpdateTaskInput
impl PartialEq<UpdateTaskInput> for UpdateTaskInput
source§fn eq(&self, other: &UpdateTaskInput) -> bool
fn eq(&self, other: &UpdateTaskInput) -> bool
self
and other
values to be equal, and is used
by ==
.