GetThreatIntelSetRequest
public struct GetThreatIntelSetRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The unique ID of the detector that the threatIntelSet is associated with.
Declaration
Swift
public let detectorId: String -
The unique ID of the threatIntelSet that you want to get.
Declaration
Swift
public let threatIntelSetId: String -
Undocumented
Declaration
Swift
public init(detectorId: String, threatIntelSetId: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
GetThreatIntelSetRequest Structure Reference