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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datasync/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)


5176
5177
5178
5179
5180
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5176

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