Class: Aws::FSx::Types::UpdateFileCacheResponse

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::FileCache

A description of the cache that was updated.

Returns:



8280
8281
8282
8283
8284
# File 'lib/aws-sdk-fsx/types.rb', line 8280

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