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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/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.



1338
1339
1340
1341
1342
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 1338

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