Class: Aws::FSx::Types::CreateDataRepositoryTaskResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fsx/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_repository_taskTypes::DataRepositoryTask

The description of the data repository task that you just created.



1157
1158
1159
1160
1161
# File 'lib/aws-sdk-fsx/types.rb', line 1157

class CreateDataRepositoryTaskResponse < Struct.new(
  :data_repository_task)
  SENSITIVE = []
  include Aws::Structure
end