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.
1452 1453 1454 1455 1456 |
# File 'lib/aws-sdk-datasync/types.rb', line 1452 class CreateTaskResponse < Struct.new( :task_arn) SENSITIVE = [] include Aws::Structure end |