DeleteFileSystemLustreResponse
public struct DeleteFileSystemLustreResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the final backup for this file system.
Declaration
Swift
public let finalBackupId: String? -
The set of tags applied to the final backup.
Declaration
Swift
public let finalBackupTags: [Tag]? -
Undocumented
Declaration
Swift
public init(finalBackupId: String? = nil, finalBackupTags: [Tag]? = nil)
View on GitHub
DeleteFileSystemLustreResponse Structure Reference