Class: Aws::FSx::Types::CreateFileSystemResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fsx/types.rb

Overview

The response object for the ‘CreateFileSystem` operation.

Instance Attribute Summary collapse

Instance Attribute Details

#file_systemTypes::FileSystem

A description of the file system.

Returns:



423
424
425
426
# File 'lib/aws-sdk-fsx/types.rb', line 423

class CreateFileSystemResponse < Struct.new(
  :file_system)
  include Aws::Structure
end