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:



8880
8881
8882
8883
8884
# File 'lib/aws-sdk-fsx/types.rb', line 8880

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