ListDetectorsResponse
public struct ListDetectorsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A list of summary information about the detectors (instances).
Declaration
Swift
public let detectorSummaries: [DetectorSummary]?
-
A token to retrieve the next set of results, or null if there are no additional results.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(detectorSummaries: [DetectorSummary]? = nil, nextToken: String? = nil)