Class: Aws::FSx::Types::CreateFileCacheResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::CreateFileCacheResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_cache ⇒ Types::FileCacheCreating
A description of the cache that was created.
Instance Attribute Details
#file_cache ⇒ Types::FileCacheCreating
A description of the cache that was created.
1501 1502 1503 1504 1505 |
# File 'lib/aws-sdk-fsx/types.rb', line 1501 class CreateFileCacheResponse < Struct.new( :file_cache) SENSITIVE = [] include Aws::Structure end |