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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 of these options before starting your task.

Returns:



5835
5836
5837
5838
5839
5840
# File 'lib/aws-sdk-datasync/types.rb', line 5835

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)


5835
5836
5837
5838
5839
5840
# File 'lib/aws-sdk-datasync/types.rb', line 5835

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