Class: Aws::DataSync::Types::StartTaskExecutionResponse

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

Overview

StartTaskExecutionResponse

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#task_execution_arnString

The ARN of the running task execution.

Returns:

  • (String)


4960
4961
4962
4963
4964
# File 'lib/aws-sdk-datasync/types.rb', line 4960

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