Method: Aws::DataSync::Types::DescribeTaskResponse#source_location_arn

Defined in:
lib/aws-sdk-datasync/types.rb

#source_location_arnString

The ARN of your transfer’s source location.

Returns:

  • (String)


3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
# File 'lib/aws-sdk-datasync/types.rb', line 3465

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