Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::DataSync::Types::UpdateTaskExecutionRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#optionsTypes::Options

Indicates how your transfer task is configured. These options include how DataSync handles files, objects, and their associated metadata during your transfer. You also can specify how to verify data integrity, set bandwidth limits for your task, among other options.

Each option has a default value. Unless you need to, you don't have to configure any option before calling StartTaskExecution.

You also can override your task options for each task execution. For example, you might want to adjust the LogLevel for an individual execution.

Returns:


7106
7107
7108
7109
7110
7111
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 7106

class UpdateTaskExecutionRequest < Struct.new(
  :task_execution_arn,
  :options)
  SENSITIVE = []
  include Aws::Structure
end

#task_execution_arnString

Specifies the Amazon Resource Name (ARN) of the task execution that you're updating.

Returns:

  • (String)

7106
7107
7108
7109
7110
7111
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 7106

class UpdateTaskExecutionRequest < Struct.new(
  :task_execution_arn,
  :options)
  SENSITIVE = []
  include Aws::Structure
end