Class: Aws::DataSync::Types::StartTaskExecutionRequest

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

Overview

StartTaskExecutionRequest

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#excludesArray<Types::FilterRule>

Specifies a list of filter rules that determines which files to exclude from a task. The list contains a single filter string that consists of the patterns to exclude. The patterns are delimited by “|” (that is, a pipe), for example, ‘“/folder1|/folder2”`.

Returns:



4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
# File 'lib/aws-sdk-datasync/types.rb', line 4842

class StartTaskExecutionRequest < Struct.new(
  :task_arn,
  :override_options,
  :includes,
  :excludes,
  :tags,
  :task_report_config)
  SENSITIVE = []
  include Aws::Structure
end

#includesArray<Types::FilterRule>

Specifies a list of filter rules that determines which files to include when running a task. The pattern should contain a single filter string that consists of the patterns to include. The patterns are delimited by “|” (that is, a pipe), for example, ‘“/folder1|/folder2”`.

Returns:



4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
# File 'lib/aws-sdk-datasync/types.rb', line 4842

class StartTaskExecutionRequest < Struct.new(
  :task_arn,
  :override_options,
  :includes,
  :excludes,
  :tags,
  :task_report_config)
  SENSITIVE = []
  include Aws::Structure
end

#override_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:



4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
# File 'lib/aws-sdk-datasync/types.rb', line 4842

class StartTaskExecutionRequest < Struct.new(
  :task_arn,
  :override_options,
  :includes,
  :excludes,
  :tags,
  :task_report_config)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::TagListEntry>

Specifies the tags that you want to apply to the Amazon Resource Name (ARN) representing the task execution.

Tags are key-value pairs that help you manage, filter, and search for your DataSync resources.

Returns:



4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
# File 'lib/aws-sdk-datasync/types.rb', line 4842

class StartTaskExecutionRequest < Struct.new(
  :task_arn,
  :override_options,
  :includes,
  :excludes,
  :tags,
  :task_report_config)
  SENSITIVE = []
  include Aws::Structure
end

#task_arnString

Specifies the Amazon Resource Name (ARN) of the task that you want to start.

Returns:

  • (String)


4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
# File 'lib/aws-sdk-datasync/types.rb', line 4842

class StartTaskExecutionRequest < Struct.new(
  :task_arn,
  :override_options,
  :includes,
  :excludes,
  :tags,
  :task_report_config)
  SENSITIVE = []
  include Aws::Structure
end

#task_report_configTypes::TaskReportConfig

Specifies how you want to configure a task report, which provides detailed information about for your DataSync transfer.



4842
4843
4844
4845
4846
4847
4848
4849
4850
4851
# File 'lib/aws-sdk-datasync/types.rb', line 4842

class StartTaskExecutionRequest < Struct.new(
  :task_arn,
  :override_options,
  :includes,
  :excludes,
  :tags,
  :task_report_config)
  SENSITIVE = []
  include Aws::Structure
end