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)


5151
5152
5153
5154
5155
# File 'lib/aws-sdk-datasync/types.rb', line 5151

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