Malware
public struct Malware : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the malware that was observed.
Declaration
Swift
public let name: String
-
The file system path of the malware that was observed.
Declaration
Swift
public let path: String?
-
The state of the malware that was observed.
Declaration
Swift
public let state: MalwareState?
-
The type of the malware that was observed.
Declaration
Swift
public let type: MalwareType?
-
Undocumented
Declaration
Swift
public init(name: String, path: String? = nil, state: MalwareState? = nil, type: MalwareType? = nil)
-
Declaration
Swift
public func validate(name: String) throws