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

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

Overview

The response object for the UpdateFileSystem operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_systemTypes::FileSystem

A description of the file system that was updated.

Returns:



9419
9420
9421
9422
9423
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 9419

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