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.
7654 7655 7656 7657 7658 |
# File 'lib/aws-sdk-fsx/types.rb', line 7654 class UpdateFileCacheResponse < Struct.new( :file_cache) SENSITIVE = [] include Aws::Structure end |