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.
1699 1700 1701 1702 1703 |
# File 'lib/aws-sdk-fsx/types.rb', line 1699 class CreateFileSystemFromBackupResponse < Struct.new( :file_system) SENSITIVE = [] include Aws::Structure end |