Class: Aws::DataSync::Types::DescribeTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::DescribeTaskResponse
- Defined in:
- gems/aws-sdk-datasync/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 the Amazon CloudWatch log group that was used to monitor and log events in the task.
-
#creation_time ⇒ Time
The time that the task was created.
-
#current_task_execution_arn ⇒ String
The Amazon Resource Name (ARN) of the task execution that is transferring files.
-
#destination_location_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Web Services storage resource's location.
-
#destination_network_interface_arns ⇒ Array<String>
The Amazon Resource Names (ARNs) of the network interfaces created for your destination location.
-
#error_code ⇒ String
Errors that DataSync encountered during execution of the task.
-
#error_detail ⇒ String
Detailed description of an error that was encountered during the task execution.
-
#excludes ⇒ Array<Types::FilterRule>
A list of filter rules that exclude specific data during your transfer.
-
#includes ⇒ Array<Types::FilterRule>
A list of filter rules that include specific data during your transfer.
-
#name ⇒ String
The name of the task that was described.
-
#options ⇒ Types::Options
The configuration options that control the behavior of the
StartTaskExecution
operation. -
#schedule ⇒ Types::TaskSchedule
The schedule used to periodically transfer files from a source to a destination location.
-
#source_location_arn ⇒ String
The Amazon Resource Name (ARN) of the source file system's location.
-
#source_network_interface_arns ⇒ Array<String>
The Amazon Resource Names (ARNs) of the network interfaces created for your source location.
-
#status ⇒ String
The status of the task that was described.
-
#task_arn ⇒ String
The Amazon Resource Name (ARN) of the task that was described.
Instance Attribute Details
#cloud_watch_log_group_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that was used to monitor and log events in the task.
For more information on these groups, see Working with Log Groups and Log Streams in the Amazon CloudWatch User Guide.
2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2551 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) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time that the task was created.
2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2551 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) SENSITIVE = [] include Aws::Structure end |
#current_task_execution_arn ⇒ String
The Amazon Resource Name (ARN) of the task execution that is transferring files.
2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2551 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) SENSITIVE = [] include Aws::Structure end |
#destination_location_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Web Services storage resource's location.
2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2551 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) SENSITIVE = [] include Aws::Structure end |
#destination_network_interface_arns ⇒ Array<String>
The Amazon Resource Names (ARNs) of the network interfaces created for your destination location. For more information, see Network interface requirements.
2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2551 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) SENSITIVE = [] include Aws::Structure end |
#error_code ⇒ String
Errors that DataSync encountered during execution of the task. You can use this error code to help troubleshoot issues.
2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2551 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) SENSITIVE = [] include Aws::Structure end |
#error_detail ⇒ String
Detailed description of an error that was encountered during the task execution. You can use this information to help troubleshoot issues.
2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2551 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) SENSITIVE = [] include Aws::Structure end |
#excludes ⇒ Array<Types::FilterRule>
A list of filter rules that exclude specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2551 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) SENSITIVE = [] include Aws::Structure end |
#includes ⇒ Array<Types::FilterRule>
A list of filter rules that include specific data during your transfer. For more information and examples, see Filtering data transferred by DataSync.
2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2551 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) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the task that was described.
2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2551 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) SENSITIVE = [] include Aws::Structure end |
#options ⇒ Types::Options
The configuration options that control the behavior of the
StartTaskExecution
operation. Some options include preserving file
or object metadata and verifying data integrity.
You can override these options for each task execution. For more information, see StartTaskExecution.
2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2551 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) SENSITIVE = [] include Aws::Structure end |
#schedule ⇒ Types::TaskSchedule
The schedule used to periodically transfer files from a source to a destination location.
2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2551 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) SENSITIVE = [] include Aws::Structure end |
#source_location_arn ⇒ String
The Amazon Resource Name (ARN) of the source file system's location.
2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2551 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) SENSITIVE = [] include Aws::Structure end |
#source_network_interface_arns ⇒ Array<String>
The Amazon Resource Names (ARNs) of the network interfaces created for your source location. For more information, see Network interface requirements.
2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2551 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) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the task that was described.
For detailed information about task execution statuses, see Understanding Task Statuses in the DataSync User Guide.
2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2551 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) SENSITIVE = [] include Aws::Structure end |
#task_arn ⇒ String
The Amazon Resource Name (ARN) of the task that was described.
2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 2551 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) SENSITIVE = [] include Aws::Structure end |