Class: Aws::DataSync::Types::StartTaskExecutionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::StartTaskExecutionResponse
- Defined in:
- gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb
Overview
StartTaskExecutionResponse
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#task_execution_arn ⇒ String
The ARN of the running task execution.
Instance Attribute Details
#task_execution_arn ⇒ String
The ARN of the running task execution.
5400 5401 5402 5403 5404 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5400 class StartTaskExecutionResponse < Struct.new( :task_execution_arn) SENSITIVE = [] include Aws::Structure end |