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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/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:



1677
1678
1679
1680
1681
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 1677

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