Class: Aws::FSx::Types::ReleaseFileSystemNfsV3LocksResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_systemTypes::FileSystem

A description of a specific Amazon FSx file system.

Returns:



7602
7603
7604
7605
7606
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7602

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