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.
1507 1508 1509 1510 1511 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 1507 class CreateTaskResponse < Struct.new( :task_arn) SENSITIVE = [] include Aws::Structure end |