Class: Aws::DataSync::Types::UpdateTaskExecutionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::UpdateTaskExecutionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#options ⇒ Types::Options
Indicates how your transfer task is configured.
-
#task_execution_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of the task execution that you’re updating.
Instance Attribute Details
#options ⇒ Types::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.
[1]: docs.aws.amazon.com/datasync/latest/userguide/API_StartTaskExecution.html
6160 6161 6162 6163 6164 6165 |
# File 'lib/aws-sdk-datasync/types.rb', line 6160 class UpdateTaskExecutionRequest < Struct.new( :task_execution_arn, :options) SENSITIVE = [] include Aws::Structure end |
#task_execution_arn ⇒ String
Specifies the Amazon Resource Name (ARN) of the task execution that you’re updating.
6160 6161 6162 6163 6164 6165 |
# File 'lib/aws-sdk-datasync/types.rb', line 6160 class UpdateTaskExecutionRequest < Struct.new( :task_execution_arn, :options) SENSITIVE = [] include Aws::Structure end |