Class: Aws::DataSync::Types::DescribeTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::DescribeTaskResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
DescribeTaskResponse
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_watch_log_group_arn ⇒ String
The Amazon Resource Name (ARN) of an Amazon CloudWatch log group for monitoring your task.
-
#creation_time ⇒ Time
The time that the task was created.
-
#current_task_execution_arn ⇒ String
The ARN of the most recent task execution.
-
#destination_location_arn ⇒ String
The ARN of your transfer’s destination location.
-
#destination_network_interface_arns ⇒ Array<String>
The ARNs of the [network interfaces] that DataSync created for your destination location.
-
#error_code ⇒ String
If there’s an issue with your task, you can use the error code to help you troubleshoot the problem.
-
#error_detail ⇒ String
If there’s an issue with your task, you can use the error details to help you troubleshoot the problem.
-
#excludes ⇒ Array<Types::FilterRule>
The exclude filters that define the files, objects, and folders in your source location that you don’t want DataSync to transfer.
-
#includes ⇒ Array<Types::FilterRule>
The include filters that define the files, objects, and folders in your source location that you want DataSync to transfer.
-
#manifest_config ⇒ Types::ManifestConfig
The configuration of the manifest that lists the files or objects that you want DataSync to transfer.
-
#name ⇒ String
The name of your task.
-
#options ⇒ Types::Options
The task’s settings.
-
#schedule ⇒ Types::TaskSchedule
The schedule for when you want your task to run.
-
#schedule_details ⇒ Types::TaskScheduleDetails
The details about your [task schedule].
-
#source_location_arn ⇒ String
The ARN of your transfer’s source location.
-
#source_network_interface_arns ⇒ Array<String>
The ARNs of the [network interfaces] that DataSync created for your source location.
-
#status ⇒ String
The status of your task.
-
#task_arn ⇒ String
The ARN of your task.
-
#task_mode ⇒ String
The task mode that you’re using.
-
#task_report_config ⇒ Types::TaskReportConfig
The configuration of your task report, which provides detailed information about your DataSync transfer.
Instance Attribute Details
#cloud_watch_log_group_arn ⇒ String
The Amazon Resource Name (ARN) of an Amazon CloudWatch log group for monitoring your task.
For more information, see [Monitoring data transfers with CloudWatch Logs].
[1]: docs.aws.amazon.com/datasync/latest/userguide/configure-logging.html
3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 |
# File 'lib/aws-sdk-datasync/types.rb', line 3112 class DescribeTaskResponse < Struct.new( :task_arn, :status, :name, :current_task_execution_arn, :source_location_arn, :destination_location_arn, :cloud_watch_log_group_arn, :source_network_interface_arns, :destination_network_interface_arns, :options, :excludes, :schedule, :error_code, :error_detail, :creation_time, :includes, :manifest_config, :task_report_config, :schedule_details, :task_mode) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time that the task was created.
3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 |
# File 'lib/aws-sdk-datasync/types.rb', line 3112 class DescribeTaskResponse < Struct.new( :task_arn, :status, :name, :current_task_execution_arn, :source_location_arn, :destination_location_arn, :cloud_watch_log_group_arn, :source_network_interface_arns, :destination_network_interface_arns, :options, :excludes, :schedule, :error_code, :error_detail, :creation_time, :includes, :manifest_config, :task_report_config, :schedule_details, :task_mode) SENSITIVE = [] include Aws::Structure end |
#current_task_execution_arn ⇒ String
The ARN of the most recent task execution.
3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 |
# File 'lib/aws-sdk-datasync/types.rb', line 3112 class DescribeTaskResponse < Struct.new( :task_arn, :status, :name, :current_task_execution_arn, :source_location_arn, :destination_location_arn, :cloud_watch_log_group_arn, :source_network_interface_arns, :destination_network_interface_arns, :options, :excludes, :schedule, :error_code, :error_detail, :creation_time, :includes, :manifest_config, :task_report_config, :schedule_details, :task_mode) SENSITIVE = [] include Aws::Structure end |
#destination_location_arn ⇒ String
The ARN of your transfer’s destination location.
3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 |
# File 'lib/aws-sdk-datasync/types.rb', line 3112 class DescribeTaskResponse < Struct.new( :task_arn, :status, :name, :current_task_execution_arn, :source_location_arn, :destination_location_arn, :cloud_watch_log_group_arn, :source_network_interface_arns, :destination_network_interface_arns, :options, :excludes, :schedule, :error_code, :error_detail, :creation_time, :includes, :manifest_config, :task_report_config, :schedule_details, :task_mode) SENSITIVE = [] include Aws::Structure end |
#destination_network_interface_arns ⇒ Array<String>
The ARNs of the [network interfaces] that DataSync created for your destination location.
[1]: docs.aws.amazon.com/datasync/latest/userguide/datasync-network.html#required-network-interfaces
3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 |
# File 'lib/aws-sdk-datasync/types.rb', line 3112 class DescribeTaskResponse < Struct.new( :task_arn, :status, :name, :current_task_execution_arn, :source_location_arn, :destination_location_arn, :cloud_watch_log_group_arn, :source_network_interface_arns, :destination_network_interface_arns, :options, :excludes, :schedule, :error_code, :error_detail, :creation_time, :includes, :manifest_config, :task_report_config, :schedule_details, :task_mode) SENSITIVE = [] include Aws::Structure end |
#error_code ⇒ String
If there’s an issue with your task, you can use the error code to help you troubleshoot the problem. For more information, see [Troubleshooting issues with DataSync transfers].
[1]: docs.aws.amazon.com/datasync/latest/userguide/troubleshooting-datasync-locations-tasks.html
3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 |
# File 'lib/aws-sdk-datasync/types.rb', line 3112 class DescribeTaskResponse < Struct.new( :task_arn, :status, :name, :current_task_execution_arn, :source_location_arn, :destination_location_arn, :cloud_watch_log_group_arn, :source_network_interface_arns, :destination_network_interface_arns, :options, :excludes, :schedule, :error_code, :error_detail, :creation_time, :includes, :manifest_config, :task_report_config, :schedule_details, :task_mode) SENSITIVE = [] include Aws::Structure end |
#error_detail ⇒ String
If there’s an issue with your task, you can use the error details to help you troubleshoot the problem. For more information, see [Troubleshooting issues with DataSync transfers].
[1]: docs.aws.amazon.com/datasync/latest/userguide/troubleshooting-datasync-locations-tasks.html
3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 |
# File 'lib/aws-sdk-datasync/types.rb', line 3112 class DescribeTaskResponse < Struct.new( :task_arn, :status, :name, :current_task_execution_arn, :source_location_arn, :destination_location_arn, :cloud_watch_log_group_arn, :source_network_interface_arns, :destination_network_interface_arns, :options, :excludes, :schedule, :error_code, :error_detail, :creation_time, :includes, :manifest_config, :task_report_config, :schedule_details, :task_mode) SENSITIVE = [] include Aws::Structure end |
#excludes ⇒ Array<Types::FilterRule>
The exclude filters that define the files, objects, and folders in your source location that you don’t want DataSync to transfer. For more information and examples, see [Specifying what DataSync transfers by using filters].
[1]: docs.aws.amazon.com/datasync/latest/userguide/filtering.html
3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 |
# File 'lib/aws-sdk-datasync/types.rb', line 3112 class DescribeTaskResponse < Struct.new( :task_arn, :status, :name, :current_task_execution_arn, :source_location_arn, :destination_location_arn, :cloud_watch_log_group_arn, :source_network_interface_arns, :destination_network_interface_arns, :options, :excludes, :schedule, :error_code, :error_detail, :creation_time, :includes, :manifest_config, :task_report_config, :schedule_details, :task_mode) SENSITIVE = [] include Aws::Structure end |
#includes ⇒ Array<Types::FilterRule>
The include filters that define the files, objects, and folders in your source location that you want DataSync to transfer. For more information and examples, see [Specifying what DataSync transfers by using filters].
[1]: docs.aws.amazon.com/datasync/latest/userguide/filtering.html
3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 |
# File 'lib/aws-sdk-datasync/types.rb', line 3112 class DescribeTaskResponse < Struct.new( :task_arn, :status, :name, :current_task_execution_arn, :source_location_arn, :destination_location_arn, :cloud_watch_log_group_arn, :source_network_interface_arns, :destination_network_interface_arns, :options, :excludes, :schedule, :error_code, :error_detail, :creation_time, :includes, :manifest_config, :task_report_config, :schedule_details, :task_mode) SENSITIVE = [] include Aws::Structure end |
#manifest_config ⇒ Types::ManifestConfig
The configuration of the manifest that lists the files or objects that you want DataSync to transfer. For more information, see [Specifying what DataSync transfers by using a manifest].
[1]: docs.aws.amazon.com/datasync/latest/userguide/transferring-with-manifest.html
3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 |
# File 'lib/aws-sdk-datasync/types.rb', line 3112 class DescribeTaskResponse < Struct.new( :task_arn, :status, :name, :current_task_execution_arn, :source_location_arn, :destination_location_arn, :cloud_watch_log_group_arn, :source_network_interface_arns, :destination_network_interface_arns, :options, :excludes, :schedule, :error_code, :error_detail, :creation_time, :includes, :manifest_config, :task_report_config, :schedule_details, :task_mode) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of your task.
3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 |
# File 'lib/aws-sdk-datasync/types.rb', line 3112 class DescribeTaskResponse < Struct.new( :task_arn, :status, :name, :current_task_execution_arn, :source_location_arn, :destination_location_arn, :cloud_watch_log_group_arn, :source_network_interface_arns, :destination_network_interface_arns, :options, :excludes, :schedule, :error_code, :error_detail, :creation_time, :includes, :manifest_config, :task_report_config, :schedule_details, :task_mode) SENSITIVE = [] include Aws::Structure end |
#options ⇒ Types::Options
The task’s settings. For example, what file metadata gets preserved, how data integrity gets verified at the end of your transfer, bandwidth limits, among other options.
3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 |
# File 'lib/aws-sdk-datasync/types.rb', line 3112 class DescribeTaskResponse < Struct.new( :task_arn, :status, :name, :current_task_execution_arn, :source_location_arn, :destination_location_arn, :cloud_watch_log_group_arn, :source_network_interface_arns, :destination_network_interface_arns, :options, :excludes, :schedule, :error_code, :error_detail, :creation_time, :includes, :manifest_config, :task_report_config, :schedule_details, :task_mode) SENSITIVE = [] include Aws::Structure end |
#schedule ⇒ Types::TaskSchedule
The schedule for when you want your task to run. For more information, see [Scheduling your task].
[1]: docs.aws.amazon.com/datasync/latest/userguide/task-scheduling.html
3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 |
# File 'lib/aws-sdk-datasync/types.rb', line 3112 class DescribeTaskResponse < Struct.new( :task_arn, :status, :name, :current_task_execution_arn, :source_location_arn, :destination_location_arn, :cloud_watch_log_group_arn, :source_network_interface_arns, :destination_network_interface_arns, :options, :excludes, :schedule, :error_code, :error_detail, :creation_time, :includes, :manifest_config, :task_report_config, :schedule_details, :task_mode) SENSITIVE = [] include Aws::Structure end |
#schedule_details ⇒ Types::TaskScheduleDetails
The details about your [task schedule].
[1]: docs.aws.amazon.com/datasync/latest/userguide/task-scheduling.html
3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 |
# File 'lib/aws-sdk-datasync/types.rb', line 3112 class DescribeTaskResponse < Struct.new( :task_arn, :status, :name, :current_task_execution_arn, :source_location_arn, :destination_location_arn, :cloud_watch_log_group_arn, :source_network_interface_arns, :destination_network_interface_arns, :options, :excludes, :schedule, :error_code, :error_detail, :creation_time, :includes, :manifest_config, :task_report_config, :schedule_details, :task_mode) SENSITIVE = [] include Aws::Structure end |
#source_location_arn ⇒ String
The ARN of your transfer’s source location.
3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 |
# File 'lib/aws-sdk-datasync/types.rb', line 3112 class DescribeTaskResponse < Struct.new( :task_arn, :status, :name, :current_task_execution_arn, :source_location_arn, :destination_location_arn, :cloud_watch_log_group_arn, :source_network_interface_arns, :destination_network_interface_arns, :options, :excludes, :schedule, :error_code, :error_detail, :creation_time, :includes, :manifest_config, :task_report_config, :schedule_details, :task_mode) SENSITIVE = [] include Aws::Structure end |
#source_network_interface_arns ⇒ Array<String>
The ARNs of the [network interfaces] that DataSync created for your source location.
[1]: docs.aws.amazon.com/datasync/latest/userguide/datasync-network.html#required-network-interfaces
3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 |
# File 'lib/aws-sdk-datasync/types.rb', line 3112 class DescribeTaskResponse < Struct.new( :task_arn, :status, :name, :current_task_execution_arn, :source_location_arn, :destination_location_arn, :cloud_watch_log_group_arn, :source_network_interface_arns, :destination_network_interface_arns, :options, :excludes, :schedule, :error_code, :error_detail, :creation_time, :includes, :manifest_config, :task_report_config, :schedule_details, :task_mode) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of your task. For information about what each status means, see [Task statuses].
3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 |
# File 'lib/aws-sdk-datasync/types.rb', line 3112 class DescribeTaskResponse < Struct.new( :task_arn, :status, :name, :current_task_execution_arn, :source_location_arn, :destination_location_arn, :cloud_watch_log_group_arn, :source_network_interface_arns, :destination_network_interface_arns, :options, :excludes, :schedule, :error_code, :error_detail, :creation_time, :includes, :manifest_config, :task_report_config, :schedule_details, :task_mode) SENSITIVE = [] include Aws::Structure end |
#task_arn ⇒ String
The ARN of your task.
3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 |
# File 'lib/aws-sdk-datasync/types.rb', line 3112 class DescribeTaskResponse < Struct.new( :task_arn, :status, :name, :current_task_execution_arn, :source_location_arn, :destination_location_arn, :cloud_watch_log_group_arn, :source_network_interface_arns, :destination_network_interface_arns, :options, :excludes, :schedule, :error_code, :error_detail, :creation_time, :includes, :manifest_config, :task_report_config, :schedule_details, :task_mode) SENSITIVE = [] include Aws::Structure end |
#task_mode ⇒ String
The task mode that you’re using. For more information, see [Choosing a task mode for your data transfer].
[1]: docs.aws.amazon.com/datasync/latest/userguide/choosing-task-mode.html
3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 |
# File 'lib/aws-sdk-datasync/types.rb', line 3112 class DescribeTaskResponse < Struct.new( :task_arn, :status, :name, :current_task_execution_arn, :source_location_arn, :destination_location_arn, :cloud_watch_log_group_arn, :source_network_interface_arns, :destination_network_interface_arns, :options, :excludes, :schedule, :error_code, :error_detail, :creation_time, :includes, :manifest_config, :task_report_config, :schedule_details, :task_mode) SENSITIVE = [] include Aws::Structure end |
#task_report_config ⇒ Types::TaskReportConfig
The configuration of your task report, which provides detailed information about your DataSync transfer. For more information, see [Monitoring your DataSync transfers with task reports].
[1]: docs.aws.amazon.com/datasync/latest/userguide/task-reports.html
3112 3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124 3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 |
# File 'lib/aws-sdk-datasync/types.rb', line 3112 class DescribeTaskResponse < Struct.new( :task_arn, :status, :name, :current_task_execution_arn, :source_location_arn, :destination_location_arn, :cloud_watch_log_group_arn, :source_network_interface_arns, :destination_network_interface_arns, :options, :excludes, :schedule, :error_code, :error_detail, :creation_time, :includes, :manifest_config, :task_report_config, :schedule_details, :task_mode) SENSITIVE = [] include Aws::Structure end |