DeleteFileSystemRequest
public struct DeleteFileSystemRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the file system you want to delete.
Declaration
Swift
public let fileSystemId: String
-
Undocumented
Declaration
Swift
public init(fileSystemId: String)
-
Declaration
Swift
public func validate(name: String) throws