Class: Aws::FSx::Types::CreateDataRepositoryTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::CreateDataRepositoryTaskResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_repository_task ⇒ Types::DataRepositoryTask
The description of the data repository task that you just created.
Instance Attribute Details
#data_repository_task ⇒ Types::DataRepositoryTask
The description of the data repository task that you just created.
1338 1339 1340 1341 1342 |
# File 'lib/aws-sdk-fsx/types.rb', line 1338 class CreateDataRepositoryTaskResponse < Struct.new( :data_repository_task) SENSITIVE = [] include Aws::Structure end |