Class: Aws::FSx::Types::CreateFileSystemFromBackupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::CreateFileSystemFromBackupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
The response object for the ‘CreateFileSystemFromBackup` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_system ⇒ Types::FileSystem
A description of the file system.
Instance Attribute Details
#file_system ⇒ Types::FileSystem
A description of the file system.
1677 1678 1679 1680 1681 |
# File 'lib/aws-sdk-fsx/types.rb', line 1677 class CreateFileSystemFromBackupResponse < Struct.new( :file_system) SENSITIVE = [] include Aws::Structure end |