Table of Contents

Class CreateFileSystemResponse

Namespace
Amazon.FSx.Model
Assembly
AWSSDK.FSx.dll

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; }

Property Value

FileSystem