Class: Aws::DataSync::Types::CreateTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::CreateTaskResponse
- Includes:
- Structure
- Defined in:
- 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.
1438 1439 1440 1441 1442 |
# File 'lib/aws-sdk-datasync/types.rb', line 1438 class CreateTaskResponse < Struct.new( :task_arn) SENSITIVE = [] include Aws::Structure end |