Class: Aws::FSx::Types::CreateFileCacheResponse

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::FileCacheCreating

A description of the cache that was created.



1501
1502
1503
1504
1505
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 1501

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