Class: Aws::FSx::Types::UpdateFileSystemResponse

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

Overview

The response object for the ‘UpdateFileSystem` operation.

Instance Attribute Summary collapse

Instance Attribute Details

#file_systemTypes::FileSystem

A description of the file system.

Returns:



1255
1256
1257
1258
# File 'lib/aws-sdk-fsx/types.rb', line 1255

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