Class: Aws::DataSync::Types::CreateTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::CreateTaskResponse
- Defined in:
- gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb
Overview
CreateTaskResponse
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#task_arn ⇒ String
The Amazon Resource Name (ARN) of the task.
Instance Attribute Details
#task_arn ⇒ String
The Amazon Resource Name (ARN) of the task.
1513 1514 1515 1516 1517 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1513 class CreateTaskResponse < Struct.new( :task_arn) SENSITIVE = [] include Aws::Structure end |