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