Class: Aws::FSx::Types::UpdateFileCacheResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::UpdateFileCacheResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_cache ⇒ Types::FileCache
A description of the cache that was updated.
Instance Attribute Details
#file_cache ⇒ Types::FileCache
A description of the cache that was updated.
8777 8778 8779 8780 8781 |
# File 'lib/aws-sdk-fsx/types.rb', line 8777 class UpdateFileCacheResponse < Struct.new( :file_cache) SENSITIVE = [] include Aws::Structure end |