Class UpdateFileSystemResponse
The response object for the UpdateFileSystem
operation.
public class UpdateFileSystemResponse : AmazonWebServiceResponse
- Inheritance
-
UpdateFileSystemResponse
Constructors
UpdateFileSystemResponse()
public UpdateFileSystemResponse()
Properties
FileSystem
Gets and sets the property FileSystem.
A description of the file system that was updated.
public FileSystem FileSystem { get; set; }