DeleteFileSystemResponse
public struct DeleteFileSystemResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the file system being deleted.
Declaration
Swift
public let fileSystemId: String?
-
The file system lifecycle for the deletion request. Should be DELETING.
Declaration
Swift
public let lifecycle: FileSystemLifecycle?
-
Undocumented
Declaration
Swift
public let lustreResponse: DeleteFileSystemLustreResponse?
-
Undocumented
Declaration
Swift
public let windowsResponse: DeleteFileSystemWindowsResponse?
-
Undocumented
Declaration
Swift
public init(fileSystemId: String? = nil, lifecycle: FileSystemLifecycle? = nil, lustreResponse: DeleteFileSystemLustreResponse? = nil, windowsResponse: DeleteFileSystemWindowsResponse? = nil)