Class: Aws::FSx::Types::CreateFileSystemResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::CreateFileSystemResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
The response object returned after the file system is created.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_system ⇒ Types::FileSystem
The configuration of the file system that was created.
Instance Attribute Details
#file_system ⇒ Types::FileSystem
The configuration of the file system that was created.
2524 2525 2526 2527 2528 |
# File 'lib/aws-sdk-fsx/types.rb', line 2524 class CreateFileSystemResponse < Struct.new( :file_system) SENSITIVE = [] include Aws::Structure end |