Class: Aws::FSx::Types::UpdateFileCacheResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::UpdateFileCacheResponse
- Defined in:
- gems/aws-sdk-fsx/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.
9004 9005 9006 9007 9008 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 9004 class UpdateFileCacheResponse < Struct.new( :file_cache) SENSITIVE = [] include Aws::Structure end |