BlacklistEntry
public struct BlacklistEntry : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Additional information about the blacklisting event, as provided by the blacklist maintainer.
Declaration
Swift
public let description: String? -
The time when the blacklisting event occurred, shown in Unix time format.
Declaration
Swift
public let listingTime: TimeStamp? -
The name of the blacklist that the IP address appears on.
Declaration
Swift
public let rblName: String? -
Undocumented
Declaration
Swift
public init(description: String? = nil, listingTime: TimeStamp? = nil, rblName: String? = nil)
View on GitHub
BlacklistEntry Structure Reference