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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/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:



8777
8778
8779
8780
8781
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8777

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