Class: Aws::FSx::Types::CreateFileSystemFromBackupResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#file_systemTypes::FileSystem

A description of the file system.

Returns:



1495
1496
1497
1498
1499
# File 'lib/aws-sdk-fsx/types.rb', line 1495

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