ListDetectorsResponse
public struct ListDetectorsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of detector IDs.
Declaration
Swift
public let detectorIds: [String] -
The pagination parameter to be used on the next list operation to retrieve more items.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(detectorIds: [String], nextToken: String? = nil)
View on GitHub
ListDetectorsResponse Structure Reference