Class: Aws::FSx::Types::CreateFileCacheResponse

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

#file_cacheTypes::FileCacheCreating

A description of the cache that was created.



1320
1321
1322
1323
1324
# File 'lib/aws-sdk-fsx/types.rb', line 1320

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