ListThreatIntelSetsResponse
public struct ListThreatIntelSetsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The pagination parameter to be used on the next list operation to retrieve more items.
Declaration
Swift
public let nextToken: String?
-
The IDs of the ThreatIntelSet resources.
Declaration
Swift
public let threatIntelSetIds: [String]
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, threatIntelSetIds: [String])