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.
      1359 1360 1361 1362 1363  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 1359 class CreateDataRepositoryTaskResponse < Struct.new( :data_repository_task) SENSITIVE = [] include Aws::Structure end  |