Class CreateFileSystemResponse
The response object returned after the file system is created.
public class CreateFileSystemResponse : AmazonWebServiceResponse
- Inheritance
-
CreateFileSystemResponse
Constructors
CreateFileSystemResponse()
public CreateFileSystemResponse()
Properties
FileSystem
Gets and sets the property FileSystem.
The configuration of the file system that was created.
public FileSystem FileSystem { get; set; }