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)


4861
4862
4863
4864
4865
# File 'lib/aws-sdk-datasync/types.rb', line 4861

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